| 12345678910111213141516171819 |
- //
- // GlobalAlertV.h
- // AIIM
- //
- // Created by gan on 2025/6/25.
- //
- #ifndef GlobalAlertV_h
- #define GlobalAlertV_h
- #endif /* GlobalAlertV_h */
- #import <UIKit/UIKit.h>
-
- @interface GlobalAlertV : NSObject
-
- + (void)showAlertWithTitle:(NSString *)title message:(NSString *)message;
-
- @end
|