// // UIImage+ERCategory.h // ErHuDemo // // Created by 胡广宇 on 2017/7/11. // Copyright © 2017年 胡广宇. All rights reserved. // #import <UIKit/UIKit.h> @interface UIImage (ERCategory) + (UIImage *)imageWithColor:(UIColor *)color size:(CGSize)size; @end