what-the-bank/sources/com/kofax/mobile/sdk/ah/t.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 t implements fPK<com.kofax.mobile.sdk._internal.camera.d> {
private final o Yi;
private final fZE<com.kofax.mobile.sdk._internal.camera.e> ad;
public t(o oVar, fZE<com.kofax.mobile.sdk._internal.camera.e> fze) {
this.Yi = oVar;
this.ad = fze;
}
@Override // o.fZE
/* renamed from: sE, reason: merged with bridge method [inline-methods] */
public final com.kofax.mobile.sdk._internal.camera.d get() {
com.kofax.mobile.sdk._internal.camera.d d = this.Yi.d(this.ad.get());
if (d != null) {
return d;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public static t e(o oVar, fZE<com.kofax.mobile.sdk._internal.camera.e> fze) {
return new t(oVar, fze);
}
public static com.kofax.mobile.sdk._internal.camera.d a(o oVar, com.kofax.mobile.sdk._internal.camera.e eVar) {
com.kofax.mobile.sdk._internal.camera.d d = oVar.d(eVar);
if (d != null) {
return d;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}