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

28 lines
911 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.content.Context;
/* loaded from: classes.dex */
public final class DAk implements InterfaceC16020kYA {
private final InterfaceC16020kYA b;
private final InterfaceC16020kYA c;
private final InterfaceC16020kYA d;
@Override // o.InterfaceC16020kYA
public final /* synthetic */ Object e() {
Object e = this.b.e();
AmK amK = (AmK) this.c.e();
Context context = ((ObB) this.d).d.a;
if (context != null) {
return new C16518owp((OAW) e, amK, context);
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public DAk(InterfaceC16020kYA interfaceC16020kYA, InterfaceC16020kYA interfaceC16020kYA2, InterfaceC16020kYA interfaceC16020kYA3) {
this.b = interfaceC16020kYA;
this.c = interfaceC16020kYA2;
this.d = interfaceC16020kYA3;
}
}