mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 23:47:01 +00:00
11 lines
244 B
Objective-C
11 lines
244 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface TGIconSwitchView : UISwitch
|
|
|
|
- (void)setPositiveContentColor:(UIColor *)color;
|
|
- (void)setNegativeContentColor:(UIColor *)color;
|
|
- (void)updateIsLocked:(bool)isLocked;
|
|
|
|
@end
|