summaryrefslogtreecommitdiff
path: root/Tests/XCTest/CocoaExample/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/XCTest/CocoaExample/AppDelegate.h')
-rw-r--r--Tests/XCTest/CocoaExample/AppDelegate.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/XCTest/CocoaExample/AppDelegate.h b/Tests/XCTest/CocoaExample/AppDelegate.h
new file mode 100644
index 0000000000..4bf41019e4
--- /dev/null
+++ b/Tests/XCTest/CocoaExample/AppDelegate.h
@@ -0,0 +1,6 @@
+#import <Cocoa/Cocoa.h>
+
+@interface AppDelegate : NSObject <NSApplicationDelegate>
+
+
+@end