aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/mac/macExample/macExample/AppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'example/mac/macExample/macExample/AppDelegate.m')
-rw-r--r--example/mac/macExample/macExample/AppDelegate.m23
1 files changed, 23 insertions, 0 deletions
diff --git a/example/mac/macExample/macExample/AppDelegate.m b/example/mac/macExample/macExample/AppDelegate.m
new file mode 100644
index 00000000..8f89fe10
--- /dev/null
+++ b/example/mac/macExample/macExample/AppDelegate.m
@@ -0,0 +1,23 @@
+//
+// AppDelegate.m
+// testUI
+//
+// Created by DINH Viêt Hoà on 1/19/13.
+// Copyright (c) 2013 MailCore. All rights reserved.
+//
+
+#import "AppDelegate.h"
+
+@implementation AppDelegate
+
+- (void)dealloc
+{
+ [super dealloc];
+}
+
+- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
+{
+ // Insert code here to initialize your application
+}
+
+@end