// // ASCustomWindow.h // Asteria // // Created by iOS on 2023/12/23. // #import #import "ASCustomAlertViewController.h" NS_ASSUME_NONNULL_BEGIN @interface ASCustomWindow : UIWindow @property (nonatomic,strong) ASCustomAlertViewController *vc; + (ASCustomWindow *)show:(NSString *)version isMast:(BOOL)isMast upBlock:(void(^)(void))success cancelBlock:(void(^)(void))cancel; @end NS_ASSUME_NONNULL_END