aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/mac/macExample/macExample/MCTApplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'example/mac/macExample/macExample/MCTApplication.h')
-rw-r--r--example/mac/macExample/macExample/MCTApplication.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/example/mac/macExample/macExample/MCTApplication.h b/example/mac/macExample/macExample/MCTApplication.h
new file mode 100644
index 00000000..a919bc90
--- /dev/null
+++ b/example/mac/macExample/macExample/MCTApplication.h
@@ -0,0 +1,13 @@
+//
+// MCTApplication.h
+// macExample
+//
+// Created by DINH Viêt Hoà on 4/3/13.
+// Copyright (c) 2013 MailCore. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+@interface MCTApplication : NSApplication
+
+@end