RoomMicInfoV2Response.java 233 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 package com.chudiangameplay.android.responce; import com.chudiangameplay.android.bean.RoomMicInfoV2; /** * Created by 0 on 2019/7/20. */ public class RoomMicInfoV2Response extends BaseResponce { public RoomMicInfoV2 data; }