22 lines
501 B
Java
22 lines
501 B
Java
|
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;
|
||
|
}
|
||
|
}
|