1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-pushy/android/jni/cn_reactnative_modules_update_DownloadTask.h
2021-04-14 14:56:13 +08:00

22 lines
581 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class cn_reactnative_modules_update_DownloadTask */
#ifndef _Included_cn_reactnative_modules_update_DownloadTask
#define _Included_cn_reactnative_modules_update_DownloadTask
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: cn_reactnative_modules_update_DownloadTask
* Method: hdiffPatch
* Signature: ([B[B)[B
*/
JNIEXPORT jbyteArray JNICALL Java_cn_reactnative_modules_update_DownloadTask_hdiffPatch
(JNIEnv *, jclass, jbyteArray, jbyteArray);
#ifdef __cplusplus
}
#endif
#endif