diff options
author | Vitaly Takmazov | 2013-12-18 05:53:29 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-12-18 05:53:29 +0400 |
commit | ce630eef61d4acd8f5c4e1d6a3a60780c5ec4af3 (patch) | |
tree | 7b3364a9e343ec728d7e4886c61c89330b096986 /Juick/ColorsAndButtons.h | |
parent | a4d2e426a36111a2da3683025ab129ef701d5a3f (diff) |
cleanup and ios6 fixes
Diffstat (limited to 'Juick/ColorsAndButtons.h')
-rw-r--r-- | Juick/ColorsAndButtons.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Juick/ColorsAndButtons.h b/Juick/ColorsAndButtons.h deleted file mode 100644 index 260bff1..0000000 --- a/Juick/ColorsAndButtons.h +++ /dev/null @@ -1,20 +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 ColorsAndButtons : NSObject - -+(UIColor *) navbarBackground; -+(UIColor *) mainBackground; -+(UIColor *) navbarFont; -+(UIColor *) linkColor; -+(UIImage *) homeImage; -+(UIImage *) discoverImage; -+(UIImage *) logo; -@end |