11 lines
163 B
Protocol Buffer
11 lines
163 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package MMPro.micromsg;
|
||
|
|
||
|
|
||
|
message LBSLifeActionBooking {
|
||
|
required uint32 _Type = 1;
|
||
|
optional string _Title = 2;
|
||
|
optional string _Url = 3;
|
||
|
}
|