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

21 lines
460 B
Java

package o;
/* loaded from: classes3.dex */
public final class LL extends LP {
public final String a;
public final Integer b;
public final LR c;
public final boolean d;
public final String e;
public LL(String str, String str2, boolean z, Integer num, LR lr) {
C14957gcv.e(str, "");
C14957gcv.e(lr, "");
this.a = str;
this.e = str2;
this.d = z;
this.b = num;
this.c = lr;
}
}