diff options
| author | Dave DeLong | 2013-10-26 10:42:28 -0700 |
|---|---|---|
| committer | Dave DeLong | 2013-10-26 10:42:28 -0700 |
| commit | 6e52b1f4753d8363c4ced6dd779ac92716e49fb0 (patch) | |
| tree | d7300ecc85ec3e0c9e26a538bec865836d6c69ab /DDHotKeyAppDelegate.h | |
| parent | bc90e5a3f070877f00e8f7e6fe99880555450284 (diff) | |
| download | DDHotKey-6e52b1f4753d8363c4ced6dd779ac92716e49fb0.tar.bz2 | |
DDHotKey now requires ARC.
It also has a basic "HotKeyTextField" for creating user-defined hotkeys.
Diffstat (limited to 'DDHotKeyAppDelegate.h')
| -rw-r--r-- | DDHotKeyAppDelegate.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/DDHotKeyAppDelegate.h b/DDHotKeyAppDelegate.h index 08cac15..e6959d8 100644 --- a/DDHotKeyAppDelegate.h +++ b/DDHotKeyAppDelegate.h @@ -1,7 +1,7 @@ /* DDHotKey -- DDHotKeyAppDelegate.h - Copyright (c) 2010, Dave DeLong <http://www.davedelong.com> + Copyright (c) Dave DeLong <http://www.davedelong.com> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. @@ -10,10 +10,7 @@ #import <Cocoa/Cocoa.h> -@interface DDHotKeyAppDelegate : NSObject /*<NSApplicationDelegate>*/ { - NSWindow *window; - NSTextView *output; -} +@interface DDHotKeyAppDelegate : NSObject /*<NSApplicationDelegate>*/ @property (assign) IBOutlet NSWindow *window; @property (assign) IBOutlet NSTextView *output; |
