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