24 lines
440 B
Java
24 lines
440 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class CHt extends C16562pOe {
|
||
|
|
||
|
@SerializedName("subscriptionList")
|
||
|
public List<MJb> a;
|
||
|
|
||
|
@SerializedName("totalPage")
|
||
|
public int b;
|
||
|
|
||
|
@SerializedName("landingPage")
|
||
|
public int c;
|
||
|
|
||
|
@SerializedName("pageNumber")
|
||
|
public int d;
|
||
|
|
||
|
@SerializedName("proxyList")
|
||
|
public List<PAv> e;
|
||
|
}
|