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

39 lines
1.2 KiB
Java

package com.kofax.mobile.sdk.ah;
import com.kofax.mobile.sdk._internal.impl.IBase64ImageDecoder;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class r implements fPK<IBase64ImageDecoder> {
private final o Yi;
private final fZE<com.kofax.mobile.sdk._internal.impl.d> ad;
public r(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.d> fze) {
this.Yi = oVar;
this.ad = fze;
}
@Override // o.fZE
/* renamed from: sC, reason: merged with bridge method [inline-methods] */
public final IBase64ImageDecoder get() {
IBase64ImageDecoder 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 r c(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.d> fze) {
return new r(oVar, fze);
}
public static IBase64ImageDecoder a(o oVar, com.kofax.mobile.sdk._internal.impl.d dVar) {
IBase64ImageDecoder a = oVar.a(dVar);
if (a != null) {
return a;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}