UIImage+RedAnt.h 244 B

123456789101112131415
  1. //
  2. // UIImage+RedAnt.h
  3. // Apex And Drivers
  4. //
  5. // Created by Jack on 2018/8/29.
  6. // Copyright © 2018年 USAI. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIImage (RedAnt)
  10. + (instancetype)ra_imageWithURL:(NSURL *)url;
  11. @end