diff options
| author | Vadim Shpakovski | 2012-07-07 14:35:47 +0300 | 
|---|---|---|
| committer | Vadim Shpakovski | 2012-07-07 14:35:47 +0300 | 
| commit | bb077190ef06170558880f35f8ee6989a9248f1a (patch) | |
| tree | aa70b9aa0a228c63169b24689247af1ab1c5d5c1 /MASShortcutView.m | |
| parent | 77238db370b8324346a569188cd9ba006cebe916 (diff) | |
| download | MASShortcut-bb077190ef06170558880f35f8ee6989a9248f1a.tar.bz2 | |
Fixes all compatibility issues with Xcode 4.3.
Diffstat (limited to 'MASShortcutView.m')
| -rw-r--r-- | MASShortcutView.m | 9 | 
1 files changed, 9 insertions, 0 deletions
| 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]; | 
