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 bf implements fPK<com.kofax.mobile.sdk._internal.capture.g> {
|
||
|
private final o Yi;
|
||
|
private final fZE<com.kofax.mobile.sdk.k.m> ad;
|
||
|
|
||
|
public bf(o oVar, fZE<com.kofax.mobile.sdk.k.m> fze) {
|
||
|
this.Yi = oVar;
|
||
|
this.ad = fze;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: tn, reason: merged with bridge method [inline-methods] */
|
||
|
public final com.kofax.mobile.sdk._internal.capture.g get() {
|
||
|
com.kofax.mobile.sdk._internal.capture.g 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 bf N(o oVar, fZE<com.kofax.mobile.sdk.k.m> fze) {
|
||
|
return new bf(oVar, fze);
|
||
|
}
|
||
|
|
||
|
public static com.kofax.mobile.sdk._internal.capture.g a(o oVar, com.kofax.mobile.sdk.k.m mVar) {
|
||
|
com.kofax.mobile.sdk._internal.capture.g b = oVar.b(mVar);
|
||
|
if (b != null) {
|
||
|
return b;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
}
|