libwebp.h 696 B

12345678910111213141516171819202122232425
  1. //
  2. // libwebp.h
  3. // libwebp
  4. //
  5. // Created by Bogdan Poplauschi on 28/08/2018.
  6. // Copyright © 2018 SDWebImage. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. //! Project version number for libwebp.
  10. FOUNDATION_EXPORT double libwebpVersionNumber;
  11. //! Project version string for libwebp.
  12. FOUNDATION_EXPORT const unsigned char libwebpVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <libwebp/PublicHeader.h>
  14. #import <libwebp/decode.h>
  15. #import <libwebp/demux.h>
  16. #import <libwebp/encode.h>
  17. #import <libwebp/format_constants.h>
  18. #import <libwebp/mux.h>
  19. #import <libwebp/mux_types.h>
  20. #import <libwebp/types.h>