diff options
| author | Vadim Shpakovski | 2012-07-06 13:45:06 +0300 | 
|---|---|---|
| committer | Vadim Shpakovski | 2012-07-06 13:45:06 +0300 | 
| commit | 6e0d714bea4940a63ca6dae7043d6b558f20760c (patch) | |
| tree | a3bd606d6c28d7dcbbcbbaf3b8622578188903ae /MASShortcutView.h | |
| download | MASShortcut-6e0d714bea4940a63ca6dae7043d6b558f20760c.tar.bz2 | |
Initial commit with my sources from CodeBox.
Diffstat (limited to 'MASShortcutView.h')
| -rw-r--r-- | MASShortcutView.h | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/MASShortcutView.h b/MASShortcutView.h new file mode 100644 index 0000000..0892c0b --- /dev/null +++ b/MASShortcutView.h @@ -0,0 +1,9 @@ +@class MASShortcut; + +@interface MASShortcutView : NSView + +@property (nonatomic, strong) MASShortcut *shortcutValue; +@property (nonatomic, getter = isRecording) BOOL recording; +@property (nonatomic, getter = isEnabled) BOOL enabled; + +@end | 
