No Description

UIImage+KXExtension.h 307B

123456789101112131415161718
  1. //
  2. // UIImage+KXExtension.h
  3. // CAISHEN
  4. //
  5. // Created by jikaipeng on 2018/7/13.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIImage (KXExtension)
  10. + (UIImage *)imageWithColor:(UIColor *)color;
  11. + (UIImage *) createImageWithColor: (UIColor*) color;
  12. @end