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