SDWebImageWebPCoder.h 493 B

123456789101112131415
  1. /*
  2. * This file is part of the SDWebImage package.
  3. * (c) Olivier Poitrey <rs@dailymotion.com>
  4. *
  5. * For the full copyright and license information, please view the LICENSE
  6. * file that was distributed with this source code.
  7. */
  8. #import <Foundation/Foundation.h>
  9. FOUNDATION_EXPORT double SDWebImageWebPCoderVersionNumber;
  10. FOUNDATION_EXPORT const unsigned char SDWebImageWebPCoderVersionString[];
  11. #import <SDWebImageWebPCoder/SDImageWebPCoder.h>
  12. #import <SDWebImageWebPCoder/UIImage+WebP.h>