aboutsummaryrefslogtreecommitdiffstats
path: root/MASShortcutView.h
diff options
context:
space:
mode:
authorVadim Shpakovski2013-12-25 18:01:37 +0200
committerVadim Shpakovski2013-12-25 18:01:37 +0200
commit9edbf670f506602ea3b7cba0cfa38f056ac32813 (patch)
tree30869b586ae3d9e963739c4ee74827605592acd8 /MASShortcutView.h
parentb32a19ff7aa3c77a880f31a51e4e5952a5b153c1 (diff)
downloadMASShortcut-9edbf670f506602ea3b7cba0cfa38f056ac32813.tar.bz2
Adding new API for custom drawing.1.2.3
Diffstat (limited to 'MASShortcutView.h')
-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