21 lines
631 B
Java
21 lines
631 B
Java
package o;
|
|
|
|
/* renamed from: o.bnz, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C5173bnz implements InterfaceC16020kYA {
|
|
private final InterfaceC16020kYA b;
|
|
|
|
@Override // o.InterfaceC16020kYA
|
|
public final /* synthetic */ Object e() {
|
|
C16518owp c16518owp = (C16518owp) this.b.e();
|
|
if (c16518owp != null) {
|
|
return c16518owp;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
public C5173bnz(InterfaceC16020kYA interfaceC16020kYA) {
|
|
this.b = interfaceC16020kYA;
|
|
}
|
|
}
|