From e88fec9971eae101529deb7b2bcd58b2284c5e41 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 13 Nov 2020 23:56:09 +0800 Subject: add macapp with framework --- .../objc/macapp_with_framework/src/app/ViewController.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/projects/objc/macapp_with_framework/src/app/ViewController.h (limited to 'tests/projects/objc/macapp_with_framework/src/app/ViewController.h') 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 + +@interface ViewController : NSViewController + + +@end + -- cgit v1.3.1