UIImage+ERCategory.h 272 B

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