mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-12-15 09:32:34 +08:00
8 lines
173 B
C
8 lines
173 B
C
#ifndef _DOWNLOAD_TASK_H_
|
|
#define _DOWNLOAD_TASK_H_
|
|
|
|
#include <napi/native_api.h>
|
|
|
|
napi_value HdiffPatch(napi_env env, napi_callback_info info);
|
|
|
|
#endif // _DOWNLOAD_TASK_H_
|