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