11 lines
170 B
Protocol Buffer
11 lines
170 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
|
|
message ShakeTranImgGetItem {
|
|
optional string _WebUrl = 1;
|
|
optional string _ThumbUrl = 2;
|
|
optional string _ImgUrl = 3;
|
|
}
|