WeChatHelper/MMPro/micromsg/proto/GmailList.proto
2024-06-11 08:43:45 +08:00

11 lines
154 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
import "GmailInfo.proto";
message GmailList {
required uint32 _Count = 1;
repeated GmailInfo _List = 2;
}