24 lines
663 B
Java
24 lines
663 B
Java
package o;
|
|
|
|
/* renamed from: o.Ky, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public abstract class AbstractC0624Ky {
|
|
public final EnumC0622Kw b;
|
|
private final String c;
|
|
public final String e;
|
|
|
|
public /* synthetic */ AbstractC0624Ky(EnumC0622Kw enumC0622Kw, String str, byte b) {
|
|
this(enumC0622Kw, str);
|
|
}
|
|
|
|
private AbstractC0624Ky(EnumC0622Kw enumC0622Kw, String str, String str2) {
|
|
this.b = enumC0622Kw;
|
|
this.e = str;
|
|
this.c = null;
|
|
}
|
|
|
|
private /* synthetic */ AbstractC0624Ky(EnumC0622Kw enumC0622Kw, String str) {
|
|
this(enumC0622Kw, str, (String) null);
|
|
}
|
|
}
|