add .gitignore
This commit is contained in:
11
msext/AppDelegate.h
Normal file → Executable file
11
msext/AppDelegate.h
Normal file → Executable file
@@ -7,11 +7,18 @@
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "CustomWindow.h"
|
||||
#import "HTTPServer.h"
|
||||
@class RootVC;
|
||||
@class NewRootVC;
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||||
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
@property (strong, nonatomic) CustomWindow *window;
|
||||
@property (strong, nonatomic)RootVC *root;
|
||||
@property (strong, nonatomic)NewRootVC *newroot;
|
||||
|
||||
@property (nonatomic,strong) HTTPServer *localHttpServer;
|
||||
|
||||
@property (nonatomic,copy) NSString *port;
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user