Skip to content

Commit 04a4d8e

Browse files
committed
Declared colorFromHexCode in header
1 parent c67f638 commit 04a4d8e

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)