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

39 lines
1.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.ah;
import com.kofax.mobile.sdk._internal.view.IOverlayView;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class av implements fPK<IOverlayView> {
private final o Yi;
private final fZE<com.kofax.mobile.sdk._internal.impl.view.aa> ad;
public av(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.view.aa> fze) {
this.Yi = oVar;
this.ad = fze;
}
@Override // o.fZE
/* renamed from: td, reason: merged with bridge method [inline-methods] */
public final IOverlayView get() {
IOverlayView e = this.Yi.e(this.ad.get());
if (e != null) {
return e;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public static av F(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.view.aa> fze) {
return new av(oVar, fze);
}
public static IOverlayView a(o oVar, com.kofax.mobile.sdk._internal.impl.view.aa aaVar) {
IOverlayView e = oVar.e(aaVar);
if (e != null) {
return e;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}