1 2 3 4 5 6 7 8 9
@class MASShortcut; @interface MASShortcutView : NSView @property (nonatomic, strong) MASShortcut *shortcutValue; @property (nonatomic, getter = isRecording) BOOL recording; @property (nonatomic, getter = isEnabled) BOOL enabled; @end