12345678910111213141516171819 |
- //
- // libwebp.h
- // libwebp
- //
- // Created by Bogdan Poplauschi on 28/08/2018.
- // Copyright © 2018 SDWebImage. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- //! Project version number for libwebp.
- FOUNDATION_EXPORT double libwebpVersionNumber;
- //! Project version string for libwebp.
- FOUNDATION_EXPORT const unsigned char libwebpVersionString[];
- // In this header, you should import all the public headers of your framework using statements like #import <libwebp/PublicHeader.h>
|