// // EternityLaunchAppDelegate.m // EternityLaunch // // Created by MacBook on 15.06.2012. // Copyright 2012 __MyCompanyName__. All rights reserved. // #import "EternityLaunchAppDelegate.h" @implementation EternityLaunchAppDelegate @synthesize window; - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { // Insert code here to initialize your application } @end