UNICORN - iOS
UIImage+custom.h
1 #import <UIKit/UIKit.h>
2 
3 @interface UIImage (custom)
4 + (UIImage *)imageWithColor:(UIColor *)color;
5 @end
Definition: UIImage+custom.h:3