PopupView.h 240 B

123456789101112131415161718
  1. //
  2. // PopupView.h
  3. // Unity-iPhone
  4. //
  5. // Created by duowan123 on 2021/4/28.
  6. //
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface PopupView : NSObject
  10. +(void)showCusHUDA:(NSString*)text;
  11. @end
  12. NS_ASSUME_NONNULL_END