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 k implements fPK<com.kofax.mobile.sdk._internal.camera.i> {
|
|
private final g Yf;
|
|
private final fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.d> ad;
|
|
|
|
public k(g gVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.d> 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 a = this.Yf.a(this.ad.get());
|
|
if (a != null) {
|
|
return a;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
public static k b(g gVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.focus.d> fze) {
|
|
return new k(gVar, fze);
|
|
}
|
|
|
|
public static com.kofax.mobile.sdk._internal.camera.i a(g gVar, com.kofax.mobile.sdk._internal.impl.camera.focus.d dVar) {
|
|
com.kofax.mobile.sdk._internal.camera.i a = gVar.a(dVar);
|
|
if (a != null) {
|
|
return a;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
}
|