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

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