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