38 lines
1.3 KiB
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 n implements fPK<com.kofax.mobile.sdk._internal.camera.i> {
|
|
private final g Yf;
|
|
private final fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.p> ad;
|
|
|
|
public n(g gVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.p> fze) {
|
|
this.Yf = gVar;
|
|
this.ad = fze;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: sy, reason: merged with bridge method [inline-methods] */
|
|
public final com.kofax.mobile.sdk._internal.camera.i get() {
|
|
com.kofax.mobile.sdk._internal.camera.i d = this.Yf.d(this.ad.get());
|
|
if (d != null) {
|
|
return d;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
public static n d(g gVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.p> fze) {
|
|
return new n(gVar, fze);
|
|
}
|
|
|
|
public static com.kofax.mobile.sdk._internal.camera.i a(g gVar, com.kofax.mobile.sdk._internal.impl.camera.focus.p pVar) {
|
|
com.kofax.mobile.sdk._internal.camera.i d = gVar.d(pVar);
|
|
if (d != null) {
|
|
return d;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
}
|