#import <UIKit/UIKit.h>

@interface TGCameraToastView : UIView

- (void)setText:(NSString *)text animated:(bool)animated;

@end