ameba-sdk-gcc-make/tools/simple_config_wizard/iOS/SimpleConfigWizard_v104/SimpleConfig/RTKAppDelegate.h
2016-06-04 19:09:35 +08:00

21 lines
407 B
Objective-C
Executable file

//
// RTKAppDelegate.h
// SimpleConfig
//
// Created by realtek on 6/16/14.
// Copyright (c) 2014 Realtek. All rights reserved.
//
#import <UIKit/UIKit.h>
#define USE_ORIGIN_VIEW_METHOD 0
@class RTKViewController;
@interface RTKAppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) RTKViewController *viewController;
@end