package com.kofax.mobile.sdk.ah; import com.kofax.mobile.sdk._internal.view.IOverlayView; import o.fPK; import o.fZE; /* loaded from: classes3.dex */ public final class av implements fPK { private final o Yi; private final fZE ad; public av(o oVar, fZE fze) { this.Yi = oVar; this.ad = fze; } @Override // o.fZE /* renamed from: td, reason: merged with bridge method [inline-methods] */ public final IOverlayView get() { IOverlayView e = this.Yi.e(this.ad.get()); if (e != null) { return e; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } public static av F(o oVar, fZE fze) { return new av(oVar, fze); } public static IOverlayView a(o oVar, com.kofax.mobile.sdk._internal.impl.view.aa aaVar) { IOverlayView e = oVar.e(aaVar); if (e != null) { return e; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } }