mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-13 06:49:23 +00:00
20 lines
375 B
Objective-C
20 lines
375 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for GZip.
|
|
FOUNDATION_EXPORT double GZipVersionNumber;
|
|
|
|
//! Project version string for GZip.
|
|
FOUNDATION_EXPORT const unsigned char GZipVersionString[];
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
NSData *TGGZipData(NSData *data, float level);
|
|
NSData *TGGUnzipData(NSData *data);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|