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 bo implements fPK<com.kofax.mobile.sdk._internal.camera.h> {
|
|
private final bn Yo;
|
|
private final fZE<com.kofax.mobile.sdk._internal.impl.camera.a> ad;
|
|
|
|
public bo(bn bnVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.a> fze) {
|
|
this.Yo = bnVar;
|
|
this.ad = fze;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: tw, reason: merged with bridge method [inline-methods] */
|
|
public final com.kofax.mobile.sdk._internal.camera.h get() {
|
|
com.kofax.mobile.sdk._internal.camera.h b = this.Yo.b(this.ad.get());
|
|
if (b != null) {
|
|
return b;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
public static bo a(bn bnVar, fZE<com.kofax.mobile.sdk._internal.impl.camera.a> fze) {
|
|
return new bo(bnVar, fze);
|
|
}
|
|
|
|
public static com.kofax.mobile.sdk._internal.camera.h a(bn bnVar, com.kofax.mobile.sdk._internal.impl.camera.a aVar) {
|
|
com.kofax.mobile.sdk._internal.camera.h b = bnVar.b(aVar);
|
|
if (b != null) {
|
|
return b;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
}
|