19 lines
315 B
Java
19 lines
315 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class PTP {
|
||
|
|
||
|
@SerializedName("loanList")
|
||
|
public List<izl> c;
|
||
|
|
||
|
@SerializedName("tileVersion")
|
||
|
public String d;
|
||
|
|
||
|
public static PTP a() {
|
||
|
return new PTP();
|
||
|
}
|
||
|
}
|