39 lines
1.1 KiB
Java
39 lines
1.1 KiB
Java
package com.kofax.mobile.sdk.ah;
|
|
|
|
import o.C13001fNn;
|
|
import o.fPK;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class p implements fPK<C13001fNn> {
|
|
private final o Yi;
|
|
private final fZE<com.kofax.mobile.sdk._internal.impl.j> ad;
|
|
|
|
public p(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.j> fze) {
|
|
this.Yi = oVar;
|
|
this.ad = fze;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: sA, reason: merged with bridge method [inline-methods] */
|
|
public final C13001fNn get() {
|
|
C13001fNn b = this.Yi.b(this.ad.get());
|
|
if (b != null) {
|
|
return b;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
|
|
public static p a(o oVar, fZE<com.kofax.mobile.sdk._internal.impl.j> fze) {
|
|
return new p(oVar, fze);
|
|
}
|
|
|
|
public static C13001fNn a(o oVar, com.kofax.mobile.sdk._internal.impl.j jVar) {
|
|
C13001fNn b = oVar.b(jVar);
|
|
if (b != null) {
|
|
return b;
|
|
}
|
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
|
}
|
|
}
|