123456789101112131415 |
- //
- // AppDelegate.h
- // Pandora
- //
- // Created by Mac Pro_C on 12-12-26.
- // Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- extern int _uniArgc;
- extern char** _uniArgv;
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- @property (strong, nonatomic) UIWindow *window;
- @property (strong, nonatomic) UINavigationController *rootViewController;
- @end
|