WeChatFerry/sdk/sdk.h

5 lines
85 B
C
Raw Normal View History

2023-02-25 01:53:02 +08:00
#pragma once
2021-02-12 23:21:57 +08:00
2023-04-08 18:58:10 +08:00
int WxInitSDK(bool debug, const char *url);
2022-08-13 23:33:37 +08:00
int WxDestroySDK();