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

38 lines
1.2 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 ac implements fPK<com.kofax.mobile.sdk._internal.capture.e> {
private final o Yi;
private final fZE<com.kofax.mobile.sdk.k.e> ad;
public ac(o oVar, fZE<com.kofax.mobile.sdk.k.e> fze) {
this.Yi = oVar;
this.ad = fze;
}
@Override // o.fZE
/* renamed from: sM, reason: merged with bridge method [inline-methods] */
public final com.kofax.mobile.sdk._internal.capture.e get() {
com.kofax.mobile.sdk._internal.capture.e a = this.Yi.a(this.ad.get());
if (a != null) {
return a;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public static ac m(o oVar, fZE<com.kofax.mobile.sdk.k.e> fze) {
return new ac(oVar, fze);
}
public static com.kofax.mobile.sdk._internal.capture.e a(o oVar, com.kofax.mobile.sdk.k.e eVar) {
com.kofax.mobile.sdk._internal.capture.e a = oVar.a(eVar);
if (a != null) {
return a;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}