wxhelper/src/pat.h
2023-02-01 11:57:32 +08:00

4 lines
90 B
C

#ifndef PAT_H_
#define PAT_H_
int SendPatMsg(wchar_t* chat_room_id,wchar_t* wxid);
#endif