what-the-bank/sources/com/kofax/mobile/sdk/ah/l.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 l implements fPK<com.kofax.mobile.sdk._internal.camera.i> {
private final g Yf;
private final fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.f> ad;
public l(g gVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.f> fze) {
this.Yf = gVar;
this.ad = fze;
}
@Override // o.fZE
/* renamed from: sy, reason: merged with bridge method [inline-methods] */
public final com.kofax.mobile.sdk._internal.camera.i get() {
com.kofax.mobile.sdk._internal.camera.i i = this.Yf.i(this.ad.get());
if (i != null) {
return i;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public static l c(g gVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.f> fze) {
return new l(gVar, fze);
}
public static com.kofax.mobile.sdk._internal.camera.i a(g gVar, com.kofax.mobile.sdk._internal.impl.camera.focus.f fVar) {
com.kofax.mobile.sdk._internal.camera.i i = gVar.i(fVar);
if (i != null) {
return i;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}