Files
tra-app/Ios/HBuilder-Hello/AppDelegate.h
T
2025-08-01 17:03:19 +08:00

16 lines
401 B
Objective-C

//
// 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