diff options
| author | Vadim Shpakovski | 2013-07-31 14:26:49 +0300 | 
|---|---|---|
| committer | Vadim Shpakovski | 2013-07-31 14:26:49 +0300 | 
| commit | fb4ac110a085a9ed99881eada0b62dfceca5d8ab (patch) | |
| tree | f3e80745cb4d511920e4adfc65780766792716fc | |
| parent | abda36331f5fdf3ab6ef1d659481e95743a3fa88 (diff) | |
| download | MASShortcut-fb4ac110a085a9ed99881eada0b62dfceca5d8ab.tar.bz2 | |
Fixing errors in MASShortcutDemo.1.2.2
| -rw-r--r-- | MASShortcutView.m | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/MASShortcutView.m b/MASShortcutView.m index b04658c..386584f 100644 --- a/MASShortcutView.m +++ b/MASShortcutView.m @@ -29,6 +29,7 @@  @synthesize shortcutPlaceholder = _shortcutPlaceholder;  @synthesize shortcutValueChange = _shortcutValueChange;  @synthesize recording = _recording; +@synthesize appearance = _appearance;  #pragma mark - | 
