#import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface UIView (Toast) - (void)showToast:(NSString *)message; - (void)showToast:(NSString *)message duration:(NSTimeInterval)duration; @end NS_ASSUME_NONNULL_END