Swiftgram/LegacyComponents/TGCameraFlipButton.h
Ilya Laktyushin aac3ba34e4 no message
2018-03-15 19:28:46 +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