summaryrefslogtreecommitdiff
path: root/xmake/repository/templates/objc/xcode/macapp/src/ViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/repository/templates/objc/xcode/macapp/src/ViewController.h')
-rw-r--r--xmake/repository/templates/objc/xcode/macapp/src/ViewController.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/xmake/repository/templates/objc/xcode/macapp/src/ViewController.h b/xmake/repository/templates/objc/xcode/macapp/src/ViewController.h
deleted file mode 100644
index a974fc934..000000000
--- a/xmake/repository/templates/objc/xcode/macapp/src/ViewController.h
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// ViewController.h
-// test3
-//
-// Created by ruki on 2020/4/4.
-// Copyright © 2020 tboox. All rights reserved.
-//
-
-#import <Cocoa/Cocoa.h>
-
-@interface ViewController : NSViewController
-
-
-@end
-