diff options
| author | Tomáš Znamenáček | 2015-03-04 11:08:47 +0100 | 
|---|---|---|
| committer | Tomáš Znamenáček | 2015-03-04 11:08:47 +0100 | 
| commit | 00dd421e208bedbe85182ef3961f1172389cc0e1 (patch) | |
| tree | 98d95353e4d92890d13f15bc316941857141970d /Framework/MASShortcutView.h | |
| parent | 3ea350cec127d7118ef64f0e84a9ad84fa249a11 (diff) | |
| parent | e2b2d5b9e15cd5c8341202e48f2d63c39963b591 (diff) | |
| download | MASShortcut-00dd421e208bedbe85182ef3961f1172389cc0e1.tar.bz2 | |
Merge pull request #66 from starkos/issue-47-accessibility
Add basic accessibility support.
Diffstat (limited to 'Framework/MASShortcutView.h')
| -rw-r--r-- | Framework/MASShortcutView.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/Framework/MASShortcutView.h b/Framework/MASShortcutView.h index 166be44..656f4e4 100644 --- a/Framework/MASShortcutView.h +++ b/Framework/MASShortcutView.h @@ -21,4 +21,6 @@ typedef enum {  /// Returns custom class for drawing control.  + (Class)shortcutCellClass; +- (void)setAcceptsFirstResponder:(BOOL)value; +  @end | 
