mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-12 14:29:24 +00:00
10 lines
205 B
Objective-C
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
|