// // customToastVew.h // // // Created by David on 2024/7/18. // #import NS_ASSUME_NONNULL_BEGIN @interface customToastVew : UIView + (customToastVew*)makeText:(NSString*)text; - (void)show; @end NS_ASSUME_NONNULL_END