/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
iOS/RobloxUI/Source/Components/MoreTileButton.h
24 строки
648 B
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
// // 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