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

12 lines
239 B
Protocol Buffer

syntax = "proto2";
package MMPro.micromsg;
import "BaseResponse.proto";
import "IBeaconNotification.proto";
message IBeaconBoardcastResponse {
required BaseResponse _BaseResponse = 1;
optional IBeaconNotification _Notification = 2;
}