38 lines
1.2 KiB
Java
38 lines
1.2 KiB
Java
package com.kofax.mobile.sdk.ah;
|
|
|
|
import o.fPK;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class bc implements fPK<com.kofax.mobile.sdk._internal.capture.f> {
|
|
private final o Yi;
|
|
private final fZE<com.kofax.mobile.sdk.k.h> ad;
|
|
|
|
public bc(o oVar, fZE<com.kofax.mobile.sdk.k.h> fze) {
|
|
this.Yi = oVar;
|
|
this.ad = fze;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: tk, reason: merged with bridge method [inline-methods] */
|
|
public final com.kofax.mobile.sdk._internal.capture.f get() {
|
|
com.kofax.mobile.sdk._internal.capture.f j = this.Yi.j(this.ad.get());
|
|
if (j != null) {
|
|
return j;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
public static bc K(o oVar, fZE<com.kofax.mobile.sdk.k.h> fze) {
|
|
return new bc(oVar, fze);
|
|
}
|
|
|
|
public static com.kofax.mobile.sdk._internal.capture.f a(o oVar, com.kofax.mobile.sdk.k.h hVar) {
|
|
com.kofax.mobile.sdk._internal.capture.f j = oVar.j(hVar);
|
|
if (j != null) {
|
|
return j;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
}
|