28 lines
523 B
Java
28 lines
523 B
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class uAa {
|
||
|
public String a;
|
||
|
public int b;
|
||
|
public String c;
|
||
|
public int d;
|
||
|
public int e;
|
||
|
public boolean f;
|
||
|
private int g;
|
||
|
public String h;
|
||
|
|
||
|
public uAa() {
|
||
|
}
|
||
|
|
||
|
public uAa(int i, String str, String str2, String str3, int i2, int i3, int i4) {
|
||
|
this.d = i;
|
||
|
this.c = str;
|
||
|
this.h = str2;
|
||
|
this.a = str3;
|
||
|
this.g = i2;
|
||
|
this.b = i3;
|
||
|
this.e = i4;
|
||
|
this.f = false;
|
||
|
}
|
||
|
}
|