// spot@public.increase.depth.v3.api.pb

syntax = "proto3";
import "PublicIncreaseDepthsV3Api.proto";

option java_package = "com.mxc.push.common.protobuf";
option optimize_for = SPEED;
option java_multiple_files = true;
option java_outer_classname = "PublicIncreaseDepthsBatchV3ApiProto";

message PublicIncreaseDepthsBatchV3Api{

  repeated PublicIncreaseDepthsV3Api items  = 1;
  string eventType = 2;
}

