summaryrefslogtreecommitdiff
path: root/platform/osx/app/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/osx/app/AppDelegate.h')
-rw-r--r--platform/osx/app/AppDelegate.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/osx/app/AppDelegate.h b/platform/osx/app/AppDelegate.h
new file mode 100644
index 0000000000..69b6e0f13a
--- /dev/null
+++ b/platform/osx/app/AppDelegate.h
@@ -0,0 +1,7 @@
+#import <Cocoa/Cocoa.h>
+
+@interface AppDelegate : NSObject <NSApplicationDelegate>
+
+
+@end
+