mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-04 15:19:45 +00:00
6 lines
231 B
Objective-C
6 lines
231 B
Objective-C
#import "YTIFormattedString.h"
|
|
|
|
@interface YTIToggleButtonRenderer : NSObject
|
|
@property (nonatomic, strong, readwrite) YTIFormattedString *defaultText;
|
|
@property (nonatomic, strong, readwrite) YTIFormattedString *toggledText;
|
|
@end
|