Swiftgram/LegacyComponents/TGIconSwitchView.h
2019-01-07 20:50:32 +01: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