10 lines
150 B
Protocol Buffer
10 lines
150 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
import "BaseResponse.proto";
|
||
|
|
||
|
message ClickCommandResponse {
|
||
|
required BaseResponse _BaseResponse = 1;
|
||
|
}
|