diff options
| author | ruki <[email protected]> | 2020-04-08 23:34:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-08 15:24:59 +0800 |
| commit | 73323570007d4765824883c64036e72eabdab2cf (patch) | |
| tree | ddeaffa62543d8bdc2440f59ee700f7aaaa3c979 /tests/projects/objc/iosapp/src/ViewController.m | |
| parent | c472bf464c4af2532d574d1063e473863f1adb54 (diff) | |
support for building xcode.app/iphoneos
Diffstat (limited to 'tests/projects/objc/iosapp/src/ViewController.m')
| -rw-r--r-- | tests/projects/objc/iosapp/src/ViewController.m | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/projects/objc/iosapp/src/ViewController.m b/tests/projects/objc/iosapp/src/ViewController.m new file mode 100644 index 000000000..c3441c87a --- /dev/null +++ b/tests/projects/objc/iosapp/src/ViewController.m @@ -0,0 +1,23 @@ +// +// ViewController.m +// test5 +// +// Created by ruki on 2020/4/8. +// Copyright © 2020 tboox. All rights reserved. +// + +#import "ViewController.h" + +@interface ViewController () + +@end + +@implementation ViewController + +- (void)viewDidLoad { + [super viewDidLoad]; + // Do any additional setup after loading the view. +} + + +@end |
