SDImageWebPCoder.h 489 B

1234567891011121314151617
  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 "SDImageCoder.h"
  9. /**
  10. Built in coder that supports WebP and animated WebP
  11. */
  12. @interface SDImageWebPCoder : NSObject <SDProgressiveImageCoder, SDAnimatedImageCoder>
  13. @property (nonatomic, class, readonly, nonnull) SDImageWebPCoder *sharedCoder;
  14. @end