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

22 lines
501 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 ObB implements InterfaceC16020kYA {
final zWU d;
@Override // o.InterfaceC16020kYA
public final /* synthetic */ Object e() {
Context context = this.d.a;
if (context != null) {
return context;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public ObB(zWU zwu) {
this.d = zwu;
}
}