From 6e0d714bea4940a63ca6dae7043d6b558f20760c Mon Sep 17 00:00:00 2001 From: Vadim Shpakovski Date: Fri, 6 Jul 2012 13:45:06 +0300 Subject: Initial commit with my sources from CodeBox. --- MASShortcutView.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 MASShortcutView.h (limited to 'MASShortcutView.h') 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 -- cgit v1.2.3