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