25 lines
450 B
Java
25 lines
450 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class GmJ {
|
||
|
|
||
|
@SerializedName("tilesVersion")
|
||
|
public String a;
|
||
|
|
||
|
@SerializedName("numberRecentTxn")
|
||
|
public int b;
|
||
|
|
||
|
@SerializedName("depositList")
|
||
|
public List<C16906sKD> c;
|
||
|
|
||
|
@SerializedName("latestTransactionFlag")
|
||
|
public String e;
|
||
|
|
||
|
public static GmJ b() {
|
||
|
return new GmJ();
|
||
|
}
|
||
|
}
|