summaryrefslogtreecommitdiff
path: root/Juick/Colors.h
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Colors.h')
-rw-r--r--Juick/Colors.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/Juick/Colors.h b/Juick/Colors.h
new file mode 100644
index 0000000..bd9d260
--- /dev/null
+++ b/Juick/Colors.h
@@ -0,0 +1,18 @@
+//
+// Colors.h
+// Juick
+//
+// Created by Vitaly Takmazov on 05.11.13.
+// Copyright (c) 2013 com.juick. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+@interface Colors : NSObject
+
++(UIColor *) navbarBackground;
++(UIColor *) mainBackground;
++(UIColor *) navbarFont;
++(UIColor *) linkColor;
+
+@end