26 lines
574 B
Java
26 lines
574 B
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class Zrh {
|
||
|
public final Integer b;
|
||
|
public final Integer c;
|
||
|
public final Integer d;
|
||
|
public final Integer e;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public static final class HBt {
|
||
|
Integer a;
|
||
|
Integer b;
|
||
|
Integer c;
|
||
|
Integer e;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public Zrh(Integer num, Integer num2, Integer num3, Integer num4) {
|
||
|
this.e = num;
|
||
|
this.d = num2;
|
||
|
this.b = num3;
|
||
|
this.c = num4;
|
||
|
}
|
||
|
}
|