31 lines
780 B
Java
31 lines
780 B
Java
package com.kofax.mobile.sdk.m;
|
|
|
|
import com.kofax.mobile.sdk._internal.g;
|
|
import o.fPK;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class f implements fPK<e> {
|
|
private final fZE<com.kofax.mobile.sdk.c.b> Hl;
|
|
private final fZE<g> wN;
|
|
|
|
public f(fZE<com.kofax.mobile.sdk.c.b> fze, fZE<g> fze2) {
|
|
this.Hl = fze;
|
|
this.wN = fze2;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: lM, reason: merged with bridge method [inline-methods] */
|
|
public final e get() {
|
|
return new e(this.Hl.get(), this.wN.get());
|
|
}
|
|
|
|
public static f n(fZE<com.kofax.mobile.sdk.c.b> fze, fZE<g> fze2) {
|
|
return new f(fze, fze2);
|
|
}
|
|
|
|
public static e a(com.kofax.mobile.sdk.c.b bVar, g gVar) {
|
|
return new e(bVar, gVar);
|
|
}
|
|
}
|