// // UIUtils.h // Unity-iPhone // // Created by zhl on 2022/11/25. // #import NS_ASSUME_NONNULL_BEGIN @interface UIUtils : NSObject + (void)showToastWithMessage:(NSString*)message; @end NS_ASSUME_NONNULL_END