WeChatFerry/rpc/pb_types.h
2023-02-16 22:10:30 +08:00

6 lines
94 B
C++

#pragma once
#include <map>
#include <string>
typedef std::map<int, std::string> MsgTypes_t;