123456789101112131415161718 |
- //
- // UIImage+KXExtension.h
- // CAISHEN
- //
- // Created by jikaipeng on 2018/7/13.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface UIImage (KXExtension)
- + (UIImage *)imageWithColor:(UIColor *)color;
- + (UIImage *) createImageWithColor: (UIColor*) color;
- @end
|