9 lines
123 B
Protocol Buffer
9 lines
123 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message GoogleContactUploadItem {
|
||
|
optional string _GoogleContactName = 1;
|
||
|
}
|