open source
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "LaunchView.h"
|
||||
|
||||
@class NavViewController;
|
||||
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||||
{
|
||||
@public
|
||||
UIBackgroundTaskIdentifier m_kBackgroundTask;
|
||||
}
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
@property (strong, nonatomic) LaunchView *launchView;
|
||||
@property (strong, nonatomic) NavViewController* navigationController;
|
||||
@end
|
||||
Reference in New Issue
Block a user