RTL8710AF_GCC/tools/simple_config_wizard/iOS/SimpleConfigWizard/SimpleConfig/AppDelegate.h

18 lines
314 B
C
Raw Normal View History

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