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