GlobalAlertV.h 291 B

12345678910111213141516171819
  1. //
  2. // GlobalAlertV.h
  3. // AIIM
  4. //
  5. // Created by gan on 2025/6/25.
  6. //
  7. #ifndef GlobalAlertV_h
  8. #define GlobalAlertV_h
  9. #endif /* GlobalAlertV_h */
  10. #import <UIKit/UIKit.h>
  11. @interface GlobalAlertV : NSObject
  12. + (void)showAlertWithTitle:(NSString *)title message:(NSString *)message;
  13. @end