summaryrefslogtreecommitdiff
path: root/tests/projects/objc/macapp_with_framework/src/app/ViewController.h
diff options
context:
space:
mode:
authorruki <[email protected]>2020-11-13 23:56:09 +0800
committerruki <[email protected]>2020-11-13 23:56:09 +0800
commite88fec9971eae101529deb7b2bcd58b2284c5e41 (patch)
treecffefaf5a82df858974bf1e53613c10c1a8e975c /tests/projects/objc/macapp_with_framework/src/app/ViewController.h
parentdc9d1b09583397e37f353f2d8bb6fe45bf5dfbed (diff)
add macapp with framework
Diffstat (limited to 'tests/projects/objc/macapp_with_framework/src/app/ViewController.h')
-rw-r--r--tests/projects/objc/macapp_with_framework/src/app/ViewController.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/projects/objc/macapp_with_framework/src/app/ViewController.h b/tests/projects/objc/macapp_with_framework/src/app/ViewController.h
new file mode 100644
index 000000000..a974fc934
--- /dev/null
+++ b/tests/projects/objc/macapp_with_framework/src/app/ViewController.h
@@ -0,0 +1,15 @@
+//
+// ViewController.h
+// test3
+//
+// Created by ruki on 2020/4/4.
+// Copyright © 2020 tboox. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+@interface ViewController : NSViewController
+
+
+@end
+