WeChatFerry/spy/receive_msg.h

8 lines
149 B
C
Raw Normal View History

2022-10-15 20:25:42 +08:00
#pragma once
#if 0
2022-10-15 20:25:42 +08:00
#include "../proto/wcf.grpc.pb.h"
2022-08-13 20:03:22 +08:00
void ListenMessage();
void UnListenMessage();
2022-10-16 22:14:06 +08:00
void GetMsgTypes(wcf::MsgTypes *types);
#endif