EndLiveReqBodyOrBuilder.java 417 Bytes
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: chat.proto

package com.zhongweixian.entity;

public interface EndLiveReqBodyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:src.main.proto.EndLiveReqBody)
    com.google.protobuf.MessageOrBuilder {

  /**
   * <pre>
   *消息发送时间
   * </pre>
   *
   * <code>optional int64 time = 1;</code>
   */
  long getTime();
}