RTL8710AF_GCC/tools/simple_config_wizard/iOS/SimpleConfigWizard/SimpleConfig/AppDelegate.h
ant 03e74a8e50 motify compile link error
motify compile link error
2016-09-18 09:03:25 +08:00

17 lines
314 B
Objective-C

//
// AppDelegate.h
// SimpleConfig
//
// Created by Realsil on 14/11/6.
// Copyright (c) 2014年 Realtek. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "Defines.h"
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end