diff options
Diffstat (limited to 'MacHammer_RuntimeAppDelegate.m')
-rw-r--r-- | MacHammer_RuntimeAppDelegate.m | 19 |
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 |