2020-02-22 15:38:54 +04:00

10 lines
205 B
Objective-C

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface TGIconSwitchView : UISwitch
- (void)setPositiveContentColor:(UIColor *)color;
- (void)setNegativeContentColor:(UIColor *)color;
@end