wxhelper/src/send_text.h
2022-12-21 20:30:44 +08:00

6 lines
93 B
C

#ifndef SEND_TEXT_H_
#define SEND_TEXT_H_
int SendText(wchar_t* wxid, wchar_t* msg);
#endif