mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-01 04:07:51 +02: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
|