motify compile link error

motify compile link error
This commit is contained in:
ant 2016-09-18 09:03:25 +08:00
parent 923914edae
commit 03e74a8e50
5418 changed files with 1367914 additions and 206149 deletions

View file

@ -0,0 +1,23 @@
//
// ViewController.h
// SimpleConfig
//
// Created by Realsil on 14/11/6.
// Copyright (c) 2014年 Realtek. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "SimpleConfig.h"
#import "String.h"
#import "ConfigViewController.h"
@interface ViewController : UIViewController
{
@private
SC_CONTEXT m_context;
}
@property (strong, nonatomic) ConfigViewController *m_configVC;
@end