22 lines
588 B
Java
22 lines
588 B
Java
|
package o;
|
||
|
|
||
|
import android.content.Context;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class ySK implements InterfaceC16020kYA {
|
||
|
private final InterfaceC16020kYA b;
|
||
|
|
||
|
@Override // o.InterfaceC16020kYA
|
||
|
public final /* synthetic */ Object e() {
|
||
|
Context context = ((ObB) this.b).d.a;
|
||
|
if (context != null) {
|
||
|
return new AmK(context);
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
|
||
|
public ySK(InterfaceC16020kYA interfaceC16020kYA) {
|
||
|
this.b = interfaceC16020kYA;
|
||
|
}
|
||
|
}
|