14 lines
180 B
Objective-C
14 lines
180 B
Objective-C
|
|
|
|
// Created by admin on 2023/3/9.
|
|
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
|
|
|
@property (strong, nonatomic) UIWindow *window;
|
|
|
|
@end
|
|
|