33 lines
1.1 KiB
Java
33 lines
1.1 KiB
Java
package com.kofax.mobile.sdk.y;
|
|
|
|
import android.content.Context;
|
|
import o.fPK;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class c implements fPK<b> {
|
|
private final fZE<com.kofax.mobile.sdk.b.c> Le;
|
|
private final fZE<com.kofax.mobile.sdk._internal.extraction.id.i> Lj;
|
|
private final fZE<Context> X;
|
|
|
|
public c(fZE<Context> fze, fZE<com.kofax.mobile.sdk.b.c> fze2, fZE<com.kofax.mobile.sdk._internal.extraction.id.i> fze3) {
|
|
this.X = fze;
|
|
this.Le = fze2;
|
|
this.Lj = fze3;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: qm, reason: merged with bridge method [inline-methods] */
|
|
public final b get() {
|
|
return new b(this.X.get(), this.Le.get(), this.Lj.get());
|
|
}
|
|
|
|
public static c g(fZE<Context> fze, fZE<com.kofax.mobile.sdk.b.c> fze2, fZE<com.kofax.mobile.sdk._internal.extraction.id.i> fze3) {
|
|
return new c(fze, fze2, fze3);
|
|
}
|
|
|
|
public static b b(Context context, com.kofax.mobile.sdk.b.c cVar, com.kofax.mobile.sdk._internal.extraction.id.i iVar) {
|
|
return new b(context, cVar, iVar);
|
|
}
|
|
}
|