mirror of
https://github.com/rtlduino/RTL8710AF_GCC.git
synced 2024-11-25 02:24:16 +00:00
03e74a8e50
motify compile link error
24 lines
520 B
Objective-C
24 lines
520 B
Objective-C
//
|
|
// ViewController.m
|
|
// SimpleConfig
|
|
//
|
|
// Created by Realsil on 14/11/6.
|
|
// Copyright (c) 2014年 Realtek. All rights reserved.
|
|
//
|
|
|
|
#import "ViewController.h"
|
|
|
|
@implementation ViewController
|
|
|
|
- (void)viewDidLoad {
|
|
[super viewDidLoad];
|
|
// Do any additional setup after loading the view, typically from a nib.
|
|
//self.m_configVC = [[ConfigViewController alloc]init];
|
|
}
|
|
|
|
- (void)didReceiveMemoryWarning {
|
|
[super didReceiveMemoryWarning];
|
|
// Dispose of any resources that can be recreated.
|
|
}
|
|
|
|
@end
|