WeChatHelper/MMPro/micromsg/proto/HardDevice.proto

10 lines
135 B
Protocol Buffer
Raw Normal View History

2024-06-11 08:43:45 +08:00
syntax = "proto2";
package MMPro.micromsg;
message HardDevice {
optional string _DeviceType = 1;
optional string _DeviceID = 2;
}