what-the-bank/sources/com/kofax/mobile/sdk/af/g.java

27 lines
692 B
Java
Raw Normal View History

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