what-the-bank/sources/o/AbstractC15351go.java

38 lines
871 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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);
}
}