UIImage+WebP.h 343 B

12345678910111213141516171819
  1. //
  2. // UIImage+WebP.h
  3. // WebpiOS
  4. //
  5. // Created by ponted on 2019/5/20.
  6. // Copyright © 2019 Shenzhen Blood Link Medical Technology Co., Ltd. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface UIImage (WebP)
  11. + (nullable UIImage *)sd_imageWithWebPData:(nullable NSData *)data;
  12. @end
  13. NS_ASSUME_NONNULL_END