mirror of
https://github.com/cwyark/ameba-sdk-gcc-make.git
synced 2026-07-04 23:05:38 +00:00
first commit and add gitignore, README.md
This commit is contained in:
commit
760756ba2c
1861 changed files with 709236 additions and 0 deletions
18
tools/simple_config_wizard/iOS/SimpleConfigWizard_v104/SimpleConfig/main.m
Executable file
18
tools/simple_config_wizard/iOS/SimpleConfigWizard_v104/SimpleConfig/main.m
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
//
|
||||
// main.m
|
||||
// SimpleConfig
|
||||
//
|
||||
// Created by realtek on 6/16/14.
|
||||
// Copyright (c) 2014 Realtek. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "RTKAppDelegate.h"
|
||||
|
||||
int main(int argc, char * argv[])
|
||||
{
|
||||
@autoreleasepool {
|
||||
return UIApplicationMain(argc, argv, nil, NSStringFromClass([RTKAppDelegate class]));
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue