#import "YTIFormattedString.h" @interface YTIToggleButtonRenderer : NSObject @property (nonatomic, strong, readwrite) YTIFormattedString *defaultText; @property (nonatomic, strong, readwrite) YTIFormattedString *toggledText; @end