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