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

38 lines
1.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.ah;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class bp implements fPK<com.kofax.mobile.sdk._internal.camera.h> {
private final bn Yo;
private final fZE<com.kofax.mobile.sdk._internal.impl.camera.n> ad;
public bp(bn bnVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.n> fze) {
this.Yo = bnVar;
this.ad = fze;
}
@Override // o.fZE
/* renamed from: tw, reason: merged with bridge method [inline-methods] */
public final com.kofax.mobile.sdk._internal.camera.h get() {
com.kofax.mobile.sdk._internal.camera.h 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 bp b(bn bnVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.n> fze) {
return new bp(bnVar, fze);
}
public static com.kofax.mobile.sdk._internal.camera.h a(bn bnVar, com.kofax.mobile.sdk._internal.impl.camera.n nVar) {
com.kofax.mobile.sdk._internal.camera.h a = bnVar.a(nVar);
if (a != null) {
return a;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}