Files

32 lines
778 B
Java

package g0;
/* loaded from: classes.dex */
public final class d {
/* renamed from: a, reason: collision with root package name */
public final int f6692a;
/* renamed from: b, reason: collision with root package name */
public final String f6693b;
/* renamed from: c, reason: collision with root package name */
public final int f6694c;
/* renamed from: d, reason: collision with root package name */
public final int f6695d;
public d(String str, int i, int i4) {
this.f6693b = str;
this.f6692a = i;
this.f6694c = i4;
this.f6695d = -1;
}
public d(String str, int i, int i4, int i5) {
this.f6693b = str;
this.f6692a = i;
this.f6694c = i4;
this.f6695d = i5;
}
}