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

38 lines
1.3 KiB
Java

package com.kofax.mobile.sdk.ah;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class i implements fPK<com.kofax.mobile.sdk._internal.camera.j> {
private final g Yf;
private final fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.i> ad;
public i(g gVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.i> fze) {
this.Yf = gVar;
this.ad = fze;
}
@Override // o.fZE
/* renamed from: sx, reason: merged with bridge method [inline-methods] */
public final com.kofax.mobile.sdk._internal.camera.j get() {
com.kofax.mobile.sdk._internal.camera.j c = this.Yf.c(this.ad.get());
if (c != null) {
return c;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public static i a(g gVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.i> fze) {
return new i(gVar, fze);
}
public static com.kofax.mobile.sdk._internal.camera.j a(g gVar, com.kofax.mobile.sdk._internal.impl.camera.focus.i iVar) {
com.kofax.mobile.sdk._internal.camera.j c = gVar.c(iVar);
if (c != null) {
return c;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}