Files
niaxx-ios/HBuilder-Hello/AppDelegate.h
2026-05-10 14:37:17 +08:00

15 lines
357 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>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) UINavigationController *rootViewController;
@end