From 9edbf670f506602ea3b7cba0cfa38f056ac32813 Mon Sep 17 00:00:00 2001 From: Vadim Shpakovski Date: Wed, 25 Dec 2013 18:01:37 +0200 Subject: Adding new API for custom drawing. --- MASShortcutView.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MASShortcutView.h') 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 -- cgit v1.2.3