UIImage+Extends.h 392 B

12345678910111213141516171819
  1. //
  2. // UIImage+Extends.h
  3. // HKBaseNavigationDemo
  4. //
  5. // Created by hukaiyin on 16/6/26.
  6. // Copyright © 2016年 hukaiyin. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIImage (Extends)
  10. //- (UIImage *)imageWithTintColor:(UIColor *)tintColor blendMode:(CGBlendMode)blendMode;
  11. //
  12. //+ (UIImage *)imageWithColor:(UIColor *)color;
  13. //
  14. //-(UIImage*)getSubImage:(CGRect)rect;
  15. @end