12 lines
204 B
Protocol Buffer
12 lines
204 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message QContact {
|
|
optional string _UserName = 1;
|
|
optional string _DisplayName = 2;
|
|
required uint32 _ExtInfoSeq = 3;
|
|
required uint32 _ImgUpdateSeq = 4;
|
|
}
|