25 lines
537 B
Java
25 lines
537 B
Java
package o;
|
|
|
|
import com.google.android.gms.measurement.api.AppMeasurementSdk;
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.fpt, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C14264fpt {
|
|
|
|
@SerializedName("key")
|
|
public String a;
|
|
|
|
@SerializedName(AppMeasurementSdk.ConditionalUserProperty.VALUE)
|
|
public String e;
|
|
|
|
private C14264fpt(byte b) {
|
|
this.a = null;
|
|
this.e = null;
|
|
}
|
|
|
|
public C14264fpt() {
|
|
this((byte) 0);
|
|
}
|
|
}
|