22 lines
563 B
Java
22 lines
563 B
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Ld, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0638Ld extends KY {
|
|
public final List<String> b;
|
|
public String d;
|
|
public int e;
|
|
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public C0638Ld(Boolean bool, String str, int i, List<String> list) {
|
|
super(bool);
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(list, "");
|
|
this.d = str;
|
|
this.e = i;
|
|
this.b = list;
|
|
}
|
|
}
|