summaryrefslogtreecommitdiff
path: root/Xcode/ManaPlus/AppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Xcode/ManaPlus/AppDelegate.m')
-rw-r--r--Xcode/ManaPlus/AppDelegate.m23
1 files changed, 23 insertions, 0 deletions
diff --git a/Xcode/ManaPlus/AppDelegate.m b/Xcode/ManaPlus/AppDelegate.m
new file mode 100644
index 000000000..b255617eb
--- /dev/null
+++ b/Xcode/ManaPlus/AppDelegate.m
@@ -0,0 +1,23 @@
+//
+// AppDelegate.m
+// ManaPlus
+//
+// Created by Philippe Groarke on 2012-12-03.
+// Copyright (c) 2012 evolonline. All rights reserved.
+//
+
+#import "AppDelegate.h"
+
+@implementation AppDelegate
+
+- (void)dealloc
+{
+ [super dealloc];
+}
+
+- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
+{
+ // Insert code here to initialize your application
+}
+
+@end