Files
ghostgram/submodules/LegacyComponents/Sources/TGCameraToastView.h
T

8 lines
128 B
Objective-C

#import <UIKit/UIKit.h>
@interface TGCameraToastView : UIView
- (void)setText:(NSString *)text animated:(bool)animated;
@end