From 633ae14fa1448330e58b12160dd0be35f78c1d57 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 5 Nov 2013 00:23:45 +0400 Subject: Colors --- Juick/Colors.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Juick/Colors.h (limited to 'Juick/Colors.h') 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 + +@interface Colors : NSObject + ++(UIColor *) navbarBackground; ++(UIColor *) mainBackground; ++(UIColor *) navbarFont; ++(UIColor *) linkColor; + +@end -- cgit v1.2.3