UIColor+HexColor.h
#import <UIKit/UIKit.h> @interface UIColor (HexColor) + (UIColor *)colorFromHexString:(NSString *)hexString; @end