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

38 lines
1.3 KiB
Java

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