Ilya Laktyushin f0f340fdc5 Various Fixes
2021-07-27 17:14:36 +03:00

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