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

9 lines
109 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
message BackupHeartBeatResponse {
required uint64 _Ack = 1;
}