summaryrefslogtreecommitdiff
path: root/tests/projects/objc/iosapp/src/ViewController.h
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-08 23:34:09 +0800
committerruki <[email protected]>2020-04-08 15:24:59 +0800
commit73323570007d4765824883c64036e72eabdab2cf (patch)
treeddeaffa62543d8bdc2440f59ee700f7aaaa3c979 /tests/projects/objc/iosapp/src/ViewController.h
parentc472bf464c4af2532d574d1063e473863f1adb54 (diff)
support for building xcode.app/iphoneos
Diffstat (limited to 'tests/projects/objc/iosapp/src/ViewController.h')
-rw-r--r--tests/projects/objc/iosapp/src/ViewController.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/projects/objc/iosapp/src/ViewController.h b/tests/projects/objc/iosapp/src/ViewController.h
new file mode 100644
index 000000000..e74d2f236
--- /dev/null
+++ b/tests/projects/objc/iosapp/src/ViewController.h
@@ -0,0 +1,15 @@
+//
+// ViewController.h
+// test5
+//
+// Created by ruki on 2020/4/8.
+// Copyright © 2020 tboox. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface ViewController : UIViewController
+
+
+@end
+