From bb077190ef06170558880f35f8ee6989a9248f1a Mon Sep 17 00:00:00 2001 From: Vadim Shpakovski Date: Sat, 7 Jul 2012 14:35:47 +0300 Subject: Fixes all compatibility issues with Xcode 4.3. --- MASShortcutView.m | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'MASShortcutView.m') diff --git a/MASShortcutView.m b/MASShortcutView.m index 00bea5b..3d88783 100644 --- a/MASShortcutView.m +++ b/MASShortcutView.m @@ -27,6 +27,15 @@ NSTrackingArea *_hintArea; } +@synthesize enabled = _enabled; +@synthesize hinting = _hinting; +@synthesize shortcutValue = _shortcutValue; +@synthesize shortcutPlaceholder = _shortcutPlaceholder; +@synthesize shortcutValueChange = _shortcutValueChange; +@synthesize recording = _recording; + +#pragma mark - + - (id)initWithFrame:(CGRect)frameRect { self = [super initWithFrame:frameRect]; -- cgit v1.2.3