summaryrefslogtreecommitdiffstats
path: root/DDHotKeyAppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'DDHotKeyAppDelegate.m')
-rw-r--r--DDHotKeyAppDelegate.m19
1 files changed, 19 insertions, 0 deletions
diff --git a/DDHotKeyAppDelegate.m b/DDHotKeyAppDelegate.m
new file mode 100644
index 0000000..aeffd7a
--- /dev/null
+++ b/DDHotKeyAppDelegate.m
@@ -0,0 +1,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