what-the-bank/sources/com/kofax/mobile/sdk/ah/af.java

39 lines
1.0 KiB
Java

package com.kofax.mobile.sdk.ah;
import android.content.Context;
import com.kofax.mobile.sdk._internal.extraction.IExtractionServer;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class af implements fPK<IExtractionServer> {
private final fZE<Context> X;
private final o Yi;
public af(o oVar, fZE<Context> fze) {
this.Yi = oVar;
this.X = fze;
}
@Override // o.fZE
public final IExtractionServer get() {
IExtractionServer v = this.Yi.v(this.X.get());
if (v != null) {
return v;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public static af p(o oVar, fZE<Context> fze) {
return new af(oVar, fze);
}
public static IExtractionServer a(o oVar, Context context) {
IExtractionServer v = oVar.v(context);
if (v != null) {
return v;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}