what-the-bank/sources/com/kofax/mobile/sdk/h/b.java

31 lines
812 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.h;
import com.kofax.mobile.sdk._internal.g;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class b implements fPK<a> {
private final fZE<g> wN;
private final fZE<com.kofax.mobile.sdk._internal.b> yH;
public b(fZE<com.kofax.mobile.sdk._internal.b> fze, fZE<g> fze2) {
this.yH = fze;
this.wN = fze2;
}
@Override // o.fZE
/* renamed from: iO, reason: merged with bridge method [inline-methods] */
public final a get() {
return new a(this.yH.get(), this.wN.get());
}
public static b b(fZE<com.kofax.mobile.sdk._internal.b> fze, fZE<g> fze2) {
return new b(fze, fze2);
}
public static a a(com.kofax.mobile.sdk._internal.b bVar, g gVar) {
return new a(bVar, gVar);
}
}