what-the-bank/sources/com/kofax/mobile/sdk/n/h.java

38 lines
1.0 KiB
Java

package com.kofax.mobile.sdk.n;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class h implements fPK<com.kofax.mobile.sdk.o.c> {
private final f Ih;
private final fZE<d> Ii;
public h(f fVar, fZE<d> fze) {
this.Ih = fVar;
this.Ii = fze;
}
@Override // o.fZE
/* renamed from: mg, reason: merged with bridge method [inline-methods] */
public final com.kofax.mobile.sdk.o.c get() {
com.kofax.mobile.sdk.o.c a = this.Ih.a(this.Ii.get());
if (a != null) {
return a;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public static h b(f fVar, fZE<d> fze) {
return new h(fVar, fze);
}
public static com.kofax.mobile.sdk.o.c a(f fVar, d dVar) {
com.kofax.mobile.sdk.o.c a = fVar.a(dVar);
if (a != null) {
return a;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}