39 lines
1.2 KiB
Java
39 lines
1.2 KiB
Java
|
package com.kofax.mobile.sdk.ah;
|
||
|
|
||
|
import com.kofax.kmc.kui.uicontrols.ImageCaptureView;
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class v implements fPK<com.kofax.mobile.sdk._internal.camera.f> {
|
||
|
private final o Yi;
|
||
|
private final fZE<ImageCaptureView> ad;
|
||
|
|
||
|
public v(o oVar, fZE<ImageCaptureView> fze) {
|
||
|
this.Yi = oVar;
|
||
|
this.ad = fze;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: sF, reason: merged with bridge method [inline-methods] */
|
||
|
public final com.kofax.mobile.sdk._internal.camera.f get() {
|
||
|
com.kofax.mobile.sdk._internal.camera.f o2 = this.Yi.o(this.ad.get());
|
||
|
if (o2 != null) {
|
||
|
return o2;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
|
||
|
public static v f(o oVar, fZE<ImageCaptureView> fze) {
|
||
|
return new v(oVar, fze);
|
||
|
}
|
||
|
|
||
|
public static com.kofax.mobile.sdk._internal.camera.f a(o oVar, ImageCaptureView imageCaptureView) {
|
||
|
com.kofax.mobile.sdk._internal.camera.f o2 = oVar.o(imageCaptureView);
|
||
|
if (o2 != null) {
|
||
|
return o2;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
}
|