38 lines
871 B
Java
38 lines
871 B
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.go, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes.dex */
|
||
|
public abstract class AbstractC15351go {
|
||
|
private final yRw b;
|
||
|
private final yRw d;
|
||
|
|
||
|
/* renamed from: o.go$HBt */
|
||
|
/* loaded from: classes.dex */
|
||
|
public interface HBt {
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.go$LWm */
|
||
|
/* loaded from: classes.dex */
|
||
|
public static final class LWm implements HBt {
|
||
|
}
|
||
|
|
||
|
private AbstractC15351go(yRw yrw, yRw yrw2) {
|
||
|
this.b = yrw;
|
||
|
this.d = yrw2;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public final yRw e() {
|
||
|
return this.b;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public final yRw a() {
|
||
|
return this.d;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ AbstractC15351go(yRw yrw, yRw yrw2, byte b) {
|
||
|
this(yrw, yrw2);
|
||
|
}
|
||
|
}
|