wxhelper/src/pat.h

4 lines
90 B
C
Raw Normal View History

2023-02-01 11:57:32 +08:00
#ifndef PAT_H_
#define PAT_H_
int SendPatMsg(wchar_t* chat_room_id,wchar_t* wxid);
#endif