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