23 lines
377 B
Java
23 lines
377 B
Java
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);
|
|
}
|
|
}
|