BU_SDImageAPNGCoderInternal.h 508 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 "BU_SDWebImageCompat.h"
  9. #import "BU_SDImageAPNGCoder.h"
  10. @interface BU_SDImageAPNGCoder ()
  11. - (float)sdBu_frameDurationAtIndex:(NSUInteger)index source:(nonnull CGImageSourceRef)source;
  12. - (NSUInteger)sdBu_imageLoopCountWithSource:(nonnull CGImageSourceRef)source;
  13. @end