// // Colors.h // Juick // // Created by Vitaly Takmazov on 05.11.13. // Copyright (c) 2013 com.juick. All rights reserved. // #import @interface ColorScheme : NSObject + (UIColor *)colorWithHex:(UInt32)col; +(UIColor *) mainBackground; +(UIColor *) textColor; +(UIColor *) headerBackground; +(UIColor *) linkColor; +(UIColor *) secondaryBackground; @end