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

23 lines
377 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class CPT extends C16562pOe {
@SerializedName("callbackUrl")
public String b;
private /* synthetic */ CPT(char c) {
this((byte) 0);
}
private CPT(byte b) {
this.b = null;
}
public CPT() {
this((char) 0);
}
}