9 lines
101 B
Protocol Buffer
9 lines
101 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message AppSettingReq {
|
||
|
optional string _AppID = 1;
|
||
|
}
|