what-the-bank/sources/o/PTP.java

19 lines
315 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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();
}
}