feat: 智念app iOS 第一次提交
This commit is contained in:
14
HBuilder-Hello/AppDelegate.h
Normal file
14
HBuilder-Hello/AppDelegate.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// AppDelegate.h
|
||||
// Pandora
|
||||
//
|
||||
// Created by Mac Pro_C on 12-12-26.
|
||||
// Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface AppDelegate : UIResponder <UIApplicationDelegate>
|
||||
@property (strong, nonatomic) UIWindow *window;
|
||||
@property (strong, nonatomic) UINavigationController *rootViewController;
|
||||
@end
|
||||
Reference in New Issue
Block a user