// // AppDelegate.h // Asteria // // Created by iOS on 2023/4/22. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (nonatomic, strong) UIWindow *window; @end