摘要: 1 #import <UIKit/UIKit.h> 2 3 @class ViewController; 4 5 @interface AppDelegate : UIResponder <UIApplicationDelegate> 6 7 @property (strong, nonatomic) UIWindow *window; 8 9 @property (strong, nonatomic) ViewController *viewController;10 11 12 @property (strong,nonatomic)UINavigationCont 阅读全文
posted @ 2012-06-28 12:39 hhhker 阅读(2174) 评论(0) 推荐(0) 编辑