mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 03:26:09 -04:00
added files via upload
This commit is contained in:
15
Tweaks/YouTubeHeader/YTIButtonRenderer.h
Normal file
15
Tweaks/YouTubeHeader/YTIButtonRenderer.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#import "YTICommand.h"
|
||||
#import "YTIFormattedString.h"
|
||||
#import "YTIIcon.h"
|
||||
|
||||
@interface YTIButtonRenderer : NSObject
|
||||
@property (nonatomic, strong, readwrite) YTICommand *command;
|
||||
@property (nonatomic, strong, readwrite) YTIIcon *icon;
|
||||
@property (nonatomic, strong, readwrite) YTICommand *navigationEndpoint;
|
||||
@property (nonatomic, copy, readwrite) NSString *targetId;
|
||||
@property (nonatomic, strong, readwrite) YTIFormattedString *text;
|
||||
@property (nonatomic, copy, readwrite) NSString *tooltip;
|
||||
@property (nonatomic, assign, readwrite) int size;
|
||||
@property (nonatomic, assign, readwrite) int style;
|
||||
@property (nonatomic, assign, readwrite) BOOL isDisabled;
|
||||
@end
|
Reference in New Issue
Block a user