aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView.h
diff options
context:
space:
mode:
Diffstat (limited to 'MASShortcutView.h')
-rw-r--r--MASShortcutView.h9
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