From 6a67eb4ca0b1b8f375b0aa190fb85bca8477b595 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 5 Apr 2020 22:42:54 +0800 Subject: update macapp tests --- tests/projects/objc/macapp/src/ViewController.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/projects/objc/macapp/src/ViewController.h (limited to 'tests/projects/objc/macapp/src/ViewController.h') diff --git a/tests/projects/objc/macapp/src/ViewController.h b/tests/projects/objc/macapp/src/ViewController.h new file mode 100644 index 000000000..a974fc934 --- /dev/null +++ b/tests/projects/objc/macapp/src/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