21 lines
403 B
Java
21 lines
403 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class WLv {
|
|
|
|
@SerializedName("encryptedPin")
|
|
private final String a;
|
|
|
|
@SerializedName("e2eeSid")
|
|
private final String e;
|
|
|
|
public WLv(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.a = str;
|
|
this.e = str2;
|
|
}
|
|
}
|