WeChatFerry/spy/receive_msg.h

8 lines
112 B
C
Raw Normal View History

2022-10-15 20:25:42 +08:00
#pragma once
2023-02-16 22:04:31 +08:00
2023-02-16 22:10:30 +08:00
#include "pb_types.h"
2023-02-16 22:04:31 +08:00
2022-08-13 20:03:22 +08:00
void ListenMessage();
void UnListenMessage();
2023-02-19 05:34:10 +08:00
MsgTypes_t GetMsgTypes();