WeChatFerry/spy/receive_msg.h
2023-02-16 22:10:30 +08:00

15 lines
248 B
C++

#pragma once
#include "pb_types.h"
typedef std::map<int, std::string> MsgTypes_t;
MsgTypes_t GetMsgTypes();
#if 0
#include "../proto/wcf.grpc.pb.h"
void ListenMessage();
void UnListenMessage();
void GetMsgTypes(wcf::MsgTypes *types);
#endif