diff options
| author | Vadim Shpakovski | 2013-12-25 18:01:37 +0200 |
|---|---|---|
| committer | Vadim Shpakovski | 2013-12-25 18:01:37 +0200 |
| commit | 9edbf670f506602ea3b7cba0cfa38f056ac32813 (patch) | |
| tree | 30869b586ae3d9e963739c4ee74827605592acd8 | |
| parent | b32a19ff7aa3c77a880f31a51e4e5952a5b153c1 (diff) | |
| download | MASShortcut-9edbf670f506602ea3b7cba0cfa38f056ac32813.tar.bz2 | |
Adding new API for custom drawing.1.2.3
| -rw-r--r-- | MASShortcutView.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MASShortcutView.h b/MASShortcutView.h index 5259123..13163d4 100644 --- a/MASShortcutView.h +++ b/MASShortcutView.h @@ -14,4 +14,7 @@ typedef enum { @property (nonatomic, copy) void (^shortcutValueChange)(MASShortcutView *sender); @property (nonatomic) MASShortcutViewAppearance appearance; +/// Returns custom class for drawing control. ++ (Class)shortcutCellClass; + @end |
