libwebp.h 500 B

12345678910111213141516171819
  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>