mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-12-16 10:02:34 +08:00
update pushy reference method (#499)
* update pushy reference method * update
This commit is contained in:
8
harmony/pushy/src/main/cpp/pushy.h
Normal file
8
harmony/pushy/src/main/cpp/pushy.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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_
|
||||
Reference in New Issue
Block a user