package com.kofax.mobile.sdk.ah; import com.kofax.kmc.ken.engines.DocumentDetector; import com.kofax.kmc.ken.engines.IDocumentDetector; import o.fPK; import o.fZE; /* loaded from: classes3.dex */ public final class ad implements fPK { private final o Yi; private final fZE ad; public ad(o oVar, fZE fze) { this.Yi = oVar; this.ad = fze; } @Override // o.fZE public final IDocumentDetector get() { IDocumentDetector a = this.Yi.a(this.ad.get()); if (a != null) { return a; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } public static ad n(o oVar, fZE fze) { return new ad(oVar, fze); } public static IDocumentDetector a(o oVar, DocumentDetector documentDetector) { IDocumentDetector a = oVar.a(documentDetector); if (a != null) { return a; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } }