what-the-bank/sources/com/kofax/mobile/sdk/k/i.java

28 lines
666 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.k;
import android.content.Context;
import com.kofax.mobile.sdk._internal.IBus;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class i implements fPK<h> {
private final fZE<Context> X;
private final fZE<IBus> wu;
public i(fZE<Context> fze, fZE<IBus> fze2) {
this.X = fze;
this.wu = fze2;
}
@Override // o.fZE
/* renamed from: ls, reason: merged with bridge method [inline-methods] */
public final h get() {
return new h(this.X.get(), this.wu.get());
}
public static i l(fZE<Context> fze, fZE<IBus> fze2) {
return new i(fze, fze2);
}
}