mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-11-02 06:13:11 +08:00
文件下载&&解压缩接口
This commit is contained in:
16
ios/RCTHotUpdate/SSZipArchive/aes/entropy.h
Executable file
16
ios/RCTHotUpdate/SSZipArchive/aes/entropy.h
Executable file
@@ -0,0 +1,16 @@
|
||||
|
||||
#ifndef _ENTROPY_FUN_H
|
||||
#define _ENTROPY_FUN_H
|
||||
|
||||
#if defined(__cplusplus)
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
int entropy_fun(unsigned char buf[], unsigned int len);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user