RTL8710AF_GCC/tools/simple_config_wizard/iOS/SimpleConfigWizard/SimpleConfig/ViewController.m

25 lines
520 B
Mathematica
Raw Normal View History

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