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 { private final fZE X; private final o Yi; public af(o oVar, fZE 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 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"); } }