mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-23 03:31:09 +00:00
20 lines
384 B
Objective-C
20 lines
384 B
Objective-C
#import <LegacyComponents/TGModernButton.h>
|
|
|
|
@interface TGCameraFlipButton : TGModernButton
|
|
|
|
- (void)setHidden:(bool)hidden animated:(bool)animated;
|
|
|
|
@end
|
|
|
|
@interface TGCameraSmallFlipButton : TGModernButton
|
|
|
|
- (void)setHidden:(bool)hidden animated:(bool)animated;
|
|
|
|
@end
|
|
|
|
@interface TGCameraCancelButton : TGModernButton
|
|
|
|
- (void)setHidden:(bool)hidden animated:(bool)animated;
|
|
|
|
@end
|