summaryrefslogtreecommitdiff
path: root/Juick/Helpers/ColorScheme.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Helpers/ColorScheme.h')
-rw-r--r--Juick/Helpers/ColorScheme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/Helpers/ColorScheme.h b/Juick/Helpers/ColorScheme.h
index de69689..3226f75 100644
--- a/Juick/Helpers/ColorScheme.h
+++ b/Juick/Helpers/ColorScheme.h
@@ -13,5 +13,6 @@
+ (UIColor *)colorWithHex:(UInt32)col;
+(UIColor *) mainBackground;
++(UIColor *) headerBackground;
+(UIColor *) linkColor;
@end