mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-09 11:50:27 +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
|