create
This commit is contained in:
26
ShenQi/AppDelegate.h
Normal file
26
ShenQi/AppDelegate.h
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// AppDelegate.h
|
||||
// ShenQi
|
||||
//
|
||||
// Created by Yao on 2023/4/4.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "ConfigData.h"
|
||||
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||||
|
||||
@property (nonatomic, strong) UIWindow *window;
|
||||
|
||||
@property (nonatomic, strong) ConfigData *data;
|
||||
|
||||
@property (nonatomic, assign) BOOL isRefresh;
|
||||
@property (nonatomic, assign) BOOL forceUpdate;
|
||||
@property (nonatomic, strong) NSString *downloadUrl;
|
||||
@property (nonatomic, strong) NSString *inviteCode;
|
||||
|
||||
-(void)applicationDidBecomeActive:(UIApplication *)application;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user