Swiftgram/LegacyComponents/TGCameraFlipButton.h
2017-07-28 16:50:06 +03:00

8 lines
155 B
Objective-C

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