summaryrefslogtreecommitdiffstats
path: root/MacHammer_RuntimeAppDelegate.m
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2011-07-13 21:57:44 +0300
committerFilipp Lepalaan <filipp@mac.com>2011-07-13 21:57:44 +0300
commitfff8d58a80cbd8089832429f23b665983e4e8117 (patch)
tree2f102535fdd220b016ddb09b4a0eb2314054c992 /MacHammer_RuntimeAppDelegate.m
downloadHammerTime-fff8d58a80cbd8089832429f23b665983e4e8117.tar.gz
HammerTime-fff8d58a80cbd8089832429f23b665983e4e8117.tar.bz2
HammerTime-fff8d58a80cbd8089832429f23b665983e4e8117.zip
First commitHEADmaster
Diffstat (limited to 'MacHammer_RuntimeAppDelegate.m')
-rw-r--r--MacHammer_RuntimeAppDelegate.m19
1 files changed, 19 insertions, 0 deletions
diff --git a/MacHammer_RuntimeAppDelegate.m b/MacHammer_RuntimeAppDelegate.m
new file mode 100644
index 0000000..19fbeaa
--- /dev/null
+++ b/MacHammer_RuntimeAppDelegate.m
@@ -0,0 +1,19 @@
+//
+// MacHammer_RuntimeAppDelegate.m
+// MacHammer Runtime
+//
+// Created by Filipp Lepalaan on 13.7.2011.
+// Copyright 2011 Filipp Lepalaan. All rights reserved.
+//
+
+#import "MacHammer_RuntimeAppDelegate.h"
+
+@implementation MacHammer_RuntimeAppDelegate
+
+@synthesize window;
+
+- (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
+ // Insert code here to initialize your application
+}
+
+@end