summaryrefslogtreecommitdiff
path: root/tests/projects/objc/iosapp_with_framework/src/app/ViewController.m
diff options
context:
space:
mode:
authorruki <[email protected]>2020-11-13 23:59:24 +0800
committerruki <[email protected]>2020-11-13 23:59:24 +0800
commitf98e16155b53e199b40c8d8fe9c0d7c4ffc4659c (patch)
tree56ad111d96184b78973d258927c52bcdcafab23c /tests/projects/objc/iosapp_with_framework/src/app/ViewController.m
parente88fec9971eae101529deb7b2bcd58b2284c5e41 (diff)
add iosapp with framework
Diffstat (limited to 'tests/projects/objc/iosapp_with_framework/src/app/ViewController.m')
-rw-r--r--tests/projects/objc/iosapp_with_framework/src/app/ViewController.m23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/projects/objc/iosapp_with_framework/src/app/ViewController.m b/tests/projects/objc/iosapp_with_framework/src/app/ViewController.m
new file mode 100644
index 000000000..b1d3ece7c
--- /dev/null
+++ b/tests/projects/objc/iosapp_with_framework/src/app/ViewController.m
@@ -0,0 +1,23 @@
+//
+// ViewController.m
+// test
+//
+// 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