BBABrotli.h
591 Bytes
//
// BBABrotli.h
// BBABrotli
//
// Created by yuman01 on 2019/4/8.
// Copyright © 2019 baidu. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "BBABrotliTask.h"
#if __has_include(<BBABrotli/BBABrotli.h>)
FOUNDATION_EXPORT double BBABrotliVersionNumber;
FOUNDATION_EXPORT const unsigned char BBABrotliVersionString[];
// you should import all the public headers of your framework using statements like #import <BBABrotli/PublicHeader.h>
#else
// you should also import all the public headers of your library using statements like #import "PublicHeader.h"
#endif