WeChatFerry/spy/receive_msg.h

8 lines
138 B
C
Raw Normal View History

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