summaryrefslogtreecommitdiffstats
path: root/Drex/DrexAppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Drex/DrexAppDelegate.m')
-rw-r--r--Drex/DrexAppDelegate.m20
1 files changed, 20 insertions, 0 deletions
diff --git a/Drex/DrexAppDelegate.m b/Drex/DrexAppDelegate.m
new file mode 100644
index 0000000..d3f02af
--- /dev/null
+++ b/Drex/DrexAppDelegate.m
@@ -0,0 +1,20 @@
+//
+// DrexAppDelegate.m
+// Drex
+//
+// Created by Filipp Lepalaan on 21.7.2011.
+// Copyright 2011 __MyCompanyName__. All rights reserved.
+//
+
+#import "DrexAppDelegate.h"
+
+@implementation DrexAppDelegate
+
+@synthesize window;
+
+- (void)applicationDidFinishLaunching:(NSNotification *)aNotification
+{
+ // Insert code here to initialize your application
+}
+
+@end