diff options
author | Vitaly Takmazov | 2013-11-05 00:23:45 +0400 |
---|---|---|
committer | Vitaly Takmazov | 2013-11-05 00:25:18 +0400 |
commit | 633ae14fa1448330e58b12160dd0be35f78c1d57 (patch) | |
tree | f7093c1d4249c1bb6a9595bdd1ae8d6cecf07180 /Juick/Colors.h | |
parent | fad0e1e93e1f2e145970829f81a0c20e42eba09a (diff) |
Colors
Diffstat (limited to 'Juick/Colors.h')
-rw-r--r-- | Juick/Colors.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Juick/Colors.h b/Juick/Colors.h new file mode 100644 index 0000000..bd9d260 --- /dev/null +++ b/Juick/Colors.h @@ -0,0 +1,18 @@ +// +// 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 |