10 lines
150 B
Protocol Buffer
10 lines
150 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message ModSnsNotInterestList {
|
|
optional string _ContactUsername = 1;
|
|
required uint32 _ModType = 2;
|
|
}
|