aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MASShortcutView.h3
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