AppDelegate.h 216 B

12345678910111213141516
  1. //
  2. // AppDelegate.h
  3. // Asteria
  4. //
  5. // Created by iOS on 2023/4/22.
  6. //
  7. #import <UIKit/UIKit.h>
  8. @interface AppDelegate : UIResponder <UIApplicationDelegate>
  9. @property (nonatomic, strong) UIWindow *window;
  10. @end