diff options
Diffstat (limited to 'Juick/Colors.h')
-rw-r--r-- | Juick/Colors.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Juick/Colors.h b/Juick/Colors.h deleted file mode 100644 index bd9d260..0000000 --- a/Juick/Colors.h +++ /dev/null @@ -1,18 +0,0 @@ -// -// 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 |