jgzhou
2021-04-01 64ccaebbd809b1f854c2dad91f6a6bb2e32c843f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
//  AppDelegate.h
//  Lunar
//
//  Created by zhoujigang on 2021/4/1.
//
 
#import <UIKit/UIKit.h>
 
@interface AppDelegate : UIResponder <UIApplicationDelegate>
 
@property (strong, nonatomic) UIWindow * window;
 
@end