mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
9 lines
139 B
Objective-C
9 lines
139 B
Objective-C
#ifndef Postbox_Crc32_h
|
|
#define Postbox_Crc32_h
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
uint32_t Crc32(const void *bytes, int length);
|
|
|
|
#endif
|