39 lines
1.2 KiB
Java
39 lines
1.2 KiB
Java
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 c implements fPK<b> {
|
|
private final fZE<com.kofax.mobile.sdk._internal.impl.view.a> FD;
|
|
private final fZE<com.kofax.mobile.sdk._internal.capture.e> FE;
|
|
private final fZE<Context> X;
|
|
private final fZE<IBus> wu;
|
|
|
|
public c(fZE<Context> fze, fZE<IBus> fze2, fZE<com.kofax.mobile.sdk._internal.impl.view.a> fze3, fZE<com.kofax.mobile.sdk._internal.capture.e> fze4) {
|
|
this.X = fze;
|
|
this.wu = fze2;
|
|
this.FD = fze3;
|
|
this.FE = fze4;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: lb, reason: merged with bridge method [inline-methods] */
|
|
public final b get() {
|
|
b bVar = new b(this.X.get(), this.wu.get());
|
|
d.a(bVar, this.FD.get());
|
|
d.a(bVar, this.FE.get());
|
|
return bVar;
|
|
}
|
|
|
|
public static c a(fZE<Context> fze, fZE<IBus> fze2, fZE<com.kofax.mobile.sdk._internal.impl.view.a> fze3, fZE<com.kofax.mobile.sdk._internal.capture.e> fze4) {
|
|
return new c(fze, fze2, fze3, fze4);
|
|
}
|
|
|
|
public static b a(Context context, IBus iBus) {
|
|
return new b(context, iBus);
|
|
}
|
|
}
|