12 lines
214 B
Protocol Buffer
12 lines
214 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
package MMPro.micromsg;
|
|
|
|
import "BaseResponse.proto";
|
|
import "Whatsnew61.proto";
|
|
|
|
message SnsWhatsnewResponse {
|
|
required BaseResponse _BaseResponse = 1;
|
|
optional Whatsnew61 _Whatsnew61 = 2;
|
|
}
|