package com.kofax.mobile.sdk.ah; import com.kofax.mobile.sdk._internal.camera.IVideoResourceProvider; import o.fPK; import o.fZE; /* loaded from: classes3.dex */ public final class bs implements fPK { private final bn Yo; private final fZE ad; public bs(bn bnVar, fZE fze) { this.Yo = bnVar; this.ad = fze; } @Override // o.fZE /* renamed from: tz, reason: merged with bridge method [inline-methods] */ public final IVideoResourceProvider get() { IVideoResourceProvider a = this.Yo.a(this.ad.get()); if (a != null) { return a; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } public static bs e(bn bnVar, fZE fze) { return new bs(bnVar, fze); } public static IVideoResourceProvider a(bn bnVar, com.kofax.mobile.sdk._internal.impl.camera.aq aqVar) { IVideoResourceProvider a = bnVar.a(aqVar); if (a != null) { return a; } throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method"); } }