summaryrefslogtreecommitdiffstats
path: root/DDHotKeyAppDelegate.h
diff options
context:
space:
mode:
authorDave DeLong2010-02-24 14:15:51 -0600
committerDave DeLong2010-02-24 14:15:51 -0600
commit1be892856d6c86e6def980d8987cfea3c40e267f (patch)
treec60e05d2d3b6adf01ae9f234f31eb43a32fcb77b /DDHotKeyAppDelegate.h
downloadDDHotKey-1be892856d6c86e6def980d8987cfea3c40e267f.tar.bz2
Initial commit of empty AppKit project
Diffstat (limited to 'DDHotKeyAppDelegate.h')
-rw-r--r--DDHotKeyAppDelegate.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/DDHotKeyAppDelegate.h b/DDHotKeyAppDelegate.h
new file mode 100644
index 0000000..ab448a1
--- /dev/null
+++ b/DDHotKeyAppDelegate.h
@@ -0,0 +1,17 @@
+//
+// DDHotKeyAppDelegate.h
+// DDHotKey
+//
+// Created by Dave DeLong on 2/24/10.
+// Copyright 2010 Home. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+@interface DDHotKeyAppDelegate : NSObject <NSApplicationDelegate> {
+ NSWindow *window;
+}
+
+@property (assign) IBOutlet NSWindow *window;
+
+@end