UIImage+LookinServer.h 264 B

1234567891011121314151617
  1. //
  2. // UIImage+LookinServer.h
  3. // LookinServer
  4. //
  5. // Created by Li Kai on 2019/5/14.
  6. // https://lookin.work
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIImage (LookinServer)
  10. @property(nonatomic, copy) NSString *lks_imageSourceName;
  11. - (NSData *)lookin_data;
  12. @end