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