35 lines
1.0 KiB
Java
35 lines
1.0 KiB
Java
package com.kofax.mobile.sdk.ah;
|
|
|
|
import o.fPK;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class h implements fPK<com.kofax.mobile.sdk._internal.impl.camera.focus.k> {
|
|
private final g Yf;
|
|
|
|
public h(g gVar) {
|
|
this.Yf = gVar;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: sw, reason: merged with bridge method [inline-methods] */
|
|
public final com.kofax.mobile.sdk._internal.impl.camera.focus.k get() {
|
|
com.kofax.mobile.sdk._internal.impl.camera.focus.k sv = this.Yf.sv();
|
|
if (sv != null) {
|
|
return sv;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
public static h a(g gVar) {
|
|
return new h(gVar);
|
|
}
|
|
|
|
public static com.kofax.mobile.sdk._internal.impl.camera.focus.k b(g gVar) {
|
|
com.kofax.mobile.sdk._internal.impl.camera.focus.k sv = gVar.sv();
|
|
if (sv != null) {
|
|
return sv;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
}
|