Skip to content

Commit e86c6b6

Browse files
committed
Merge pull request Grouper#34 from troyharris/master
Updated UIColor+FlatUI.h to declare colorFromHexCode
2 parents c67f638 + 04a4d8e commit e86c6b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/ios/UIColor+FlatUI.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
@interface UIColor (FlatUI)
1212

13+
+ (UIColor *) colorFromHexCode:(NSString *)hexString;
1314
+ (UIColor *) turquoiseColor;
1415
+ (UIColor *) greenSeaColor;
1516
+ (UIColor *) emerlandColor;

0 commit comments

Comments
 (0)