2019-06-16 00:51:10 +01:00

18 lines
248 B
Objective-C

#ifndef Telegram_GZip_h
#define Telegram_GZip_h
#import <Foundation/Foundation.h>
#ifdef __cplusplus
extern "C" {
#endif
NSData *TGGZipData(NSData *data, float level);
NSData *TGGUnzipData(NSData *data);
#ifdef __cplusplus
}
#endif
#endif