blob: aeffd7a9509776eccba4981f6444d9834dbb2dde (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 | //
//  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
 |