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

40 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.kmc.kui.uicontrols.captureanimations.ILicenseOverlayView;
import com.kofax.kmc.kui.uicontrols.captureanimations.LicenseOverlayView;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class ar implements fPK<ILicenseOverlayView> {
private final o Yi;
private final fZE<LicenseOverlayView> ad;
public ar(o oVar, fZE<LicenseOverlayView> fze) {
this.Yi = oVar;
this.ad = fze;
}
@Override // o.fZE
/* renamed from: sZ, reason: merged with bridge method [inline-methods] */
public final ILicenseOverlayView get() {
ILicenseOverlayView b = this.Yi.b(this.ad.get());
if (b != null) {
return b;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public static ar B(o oVar, fZE<LicenseOverlayView> fze) {
return new ar(oVar, fze);
}
public static ILicenseOverlayView a(o oVar, LicenseOverlayView licenseOverlayView) {
ILicenseOverlayView b = oVar.b(licenseOverlayView);
if (b != null) {
return b;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}