// // ClockAppDelegate.m // Clock // // Created by Šimon on 10/19/11. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import "ClockAppDelegate.h" @implementation ClockAppDelegate @synthesize window; - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { // Insert code here to initialize your application } @end