AppDelegate.h
434 Bytes
//
// AppDelegate.h
// Pandora
//
// Created by Mac Pro_C on 12-12-26.
// Copyright (c) 2012年 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "hhVDoctorSDK/hhVDoctorSDK-umbrella.h"
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) UINavigationController *rootViewController;
- (BOOL)interruptCloseSplash;
@end