2020-08-03 21:04:52 +03:00

8 lines
128 B
Objective-C

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