#import @interface ToastView : UIView - (instancetype)initWithMessage:(NSString *)message; - (void)show; @end