12 lines
193 B
Protocol Buffer
12 lines
193 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message UploadEmojiInfoResp {
|
||
|
required int32 _Ret = 1;
|
||
|
required int32 _StartPos = 2;
|
||
|
required int32 _TotalLen = 3;
|
||
|
optional string _MD5 = 4;
|
||
|
}
|