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