11 lines
154 B
Protocol Buffer
11 lines
154 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "GmailInfo.proto";
|
|
|
|
message GmailList {
|
|
required uint32 _Count = 1;
|
|
repeated GmailInfo _List = 2;
|
|
}
|