// // DDHotKeyAppDelegate.m // DDHotKey // // Created by Dave DeLong on 2/24/10. // Copyright 2010 Home. All rights reserved. // #import "DDHotKeyAppDelegate.h" @implementation DDHotKeyAppDelegate @synthesize window; - (void)applicationDidFinishLaunching:(NSNotification *)aNotification { // Insert code here to initialize your application } @end