25 lines
554 B
Java
25 lines
554 B
Java
package com.kofax.mobile.sdk.l;
|
|
|
|
import com.kofax.kmc.ken.engines.ICheckDetector;
|
|
import o.fPK;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class b implements fPK<a> {
|
|
private final fZE<ICheckDetector> ac;
|
|
|
|
public b(fZE<ICheckDetector> fze) {
|
|
this.ac = fze;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: lE, reason: merged with bridge method [inline-methods] */
|
|
public final a get() {
|
|
return new a(this.ac.get());
|
|
}
|
|
|
|
public static b A(fZE<ICheckDetector> fze) {
|
|
return new b(fze);
|
|
}
|
|
}
|