WeChatHelper/MMPro/micromsg/proto/GiftEntranceItem.proto

11 lines
180 B
Protocol Buffer
Raw Normal View History

2024-06-11 08:43:45 +08:00
syntax = "proto2";
package MMPro.micromsg;
message GiftEntranceItem {
optional string _CellTitle = 1;
optional string _EnranceWording = 2;
optional string _AllGiftUrl = 3;
}