WeChatHelper/MMPro/micromsg/proto/LabelPair.proto
2024-06-11 08:43:45 +08:00

10 lines
132 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message LabelPair {
optional string _LabelName = 1;
required uint32 _LabelID = 2;
}