summaryrefslogtreecommitdiff
path: root/Juick/ColorsAndButtons.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-12-18 05:53:29 +0400
committerGravatar Vitaly Takmazov2013-12-18 05:53:29 +0400
commitce630eef61d4acd8f5c4e1d6a3a60780c5ec4af3 (patch)
tree7b3364a9e343ec728d7e4886c61c89330b096986 /Juick/ColorsAndButtons.h
parenta4d2e426a36111a2da3683025ab129ef701d5a3f (diff)
cleanup and ios6 fixes
Diffstat (limited to 'Juick/ColorsAndButtons.h')
-rw-r--r--Juick/ColorsAndButtons.h20
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