mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-06 05:37:48 +00:00
GEEKING
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// MoreTileButton.h
|
||||
// RobloxMobile
|
||||
//
|
||||
// Created by Kyler Mulherin on 12/9/14.
|
||||
// Copyright (c) 2014 ROBLOX. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
IB_DESIGNABLE
|
||||
@interface MoreTileButton : UIButton
|
||||
|
||||
@property (nonatomic) IBInspectable NSInteger layoutStyle;
|
||||
@property (nonatomic) IBInspectable UIImage* imageName;
|
||||
@property (nonatomic) IBInspectable UIImage* imageDownName;
|
||||
@property (nonatomic) IBInspectable NSString* iconLabel;
|
||||
@property (nonatomic) IBInspectable BOOL isEnabled;
|
||||
|
||||
//for use with Sponsored Event posts, don't forget to cast it
|
||||
@property (nonatomic) id extraInfo;
|
||||
|
||||
-(void) setBadgeValue:(NSString*)value;
|
||||
@end
|
||||
Reference in New Issue
Block a user