summaryrefslogtreecommitdiff
path: root/Juick/Colors.h
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-11-05 03:23:31 +0400
committerGravatar Vitaly Takmazov2013-11-05 03:23:31 +0400
commita795a089148f73389f1e35430ed94a9aec9156e7 (patch)
tree9540a86a5baba5aec5c2c649eddeb0b82c109d7e /Juick/Colors.h
parent633ae14fa1448330e58b12160dd0be35f78c1d57 (diff)
colors and buttons
Diffstat (limited to 'Juick/Colors.h')
-rw-r--r--Juick/Colors.h18
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