2020-02-22 15:38:54 +04:00

9 lines
218 B
Objective-C

#import <LegacyComponents/TGModernButton.h>
@interface TGCameraFlipButton : TGModernButton
- (instancetype)initWithFrame:(CGRect)frame large:(bool)large;
- (void)setHidden:(bool)hidden animated:(bool)animated;
@end