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

16 lines
301 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.h, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C15607h {
@SerializedName("giftTranId")
private String b;
public C15607h(String str) {
this.b = str;
}
}