#import #import @interface TGIconSwitchView : UISwitch - (void)setPositiveContentColor:(UIColor *)color; - (void)setNegativeContentColor:(UIColor *)color; - (void)updateIsLocked:(bool)isLocked; @end