libwebp-Xcode/Xcode/libwebp.h

27 lines
725 B
Objective-C

//
// 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>
#import <libwebp/decode.h>
#import <libwebp/demux.h>
#import <libwebp/encode.h>
#import <libwebp/format_constants.h>
#import <libwebp/mux.h>
#import <libwebp/mux_types.h>
#import <libwebp/types.h>
#import <libwebp/sharpyuv.h>