aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTooltip.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTooltip.h')
-rw-r--r--Source/SPTooltip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPTooltip.h b/Source/SPTooltip.h
index 23cf9e88..840cd3c8 100644
--- a/Source/SPTooltip.h
+++ b/Source/SPTooltip.h
@@ -50,4 +50,6 @@
+ (void)showWithObject:(id)content ofType:(NSString *)type;
+ (void)showWithObject:(id)content;
+- (void)animationTick:(id)sender;
+
@end