10 lines
133 B
Protocol Buffer
10 lines
133 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message PackThumbExt {
|
||
|
optional string _PreviewUrl = 1;
|
||
|
optional string _Desc = 2;
|
||
|
}
|