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

40 lines
1.5 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 m implements fPK<com.kofax.mobile.sdk._internal.camera.i> {
private final g Yf;
private final fZE<com.kofax.mobile.sdk._internal.camera.i> Yg;
private final fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.a> ad;
public m(g gVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.a> fze, fZE<com.kofax.mobile.sdk._internal.camera.i> fze2) {
this.Yf = gVar;
this.ad = fze;
this.Yg = fze2;
}
@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 a = this.Yf.a(this.ad.get(), this.Yg.get());
if (a != null) {
return a;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public static m b(g gVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.a> fze, fZE<com.kofax.mobile.sdk._internal.camera.i> fze2) {
return new m(gVar, fze, fze2);
}
public static com.kofax.mobile.sdk._internal.camera.i b(g gVar, com.kofax.mobile.sdk._internal.impl.camera.focus.a aVar, com.kofax.mobile.sdk._internal.camera.i iVar) {
com.kofax.mobile.sdk._internal.camera.i a = gVar.a(aVar, iVar);
if (a != null) {
return a;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}