mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2024-11-28 17:20:30 +00:00
03e74a8e50
motify compile link error
17 lines
314 B
Objective-C
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
|
|
|