aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView.h
diff options
context:
space:
mode:
authorVadim Shpakovski2012-07-06 13:45:06 +0300
committerVadim Shpakovski2012-07-06 13:45:06 +0300
commit6e0d714bea4940a63ca6dae7043d6b558f20760c (patch)
treea3bd606d6c28d7dcbbcbbaf3b8622578188903ae /MASShortcutView.h
downloadMASShortcut-6e0d714bea4940a63ca6dae7043d6b558f20760c.tar.bz2
Initial commit with my sources from CodeBox.
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