what-the-bank/sources/com/kofax/mobile/sdk/l/j.java

25 lines
566 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.l;
import com.kofax.kmc.ken.engines.IPassportDetector;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class j implements fPK<i> {
private final fZE<IPassportDetector> ac;
public j(fZE<IPassportDetector> fze) {
this.ac = fze;
}
@Override // o.fZE
/* renamed from: lI, reason: merged with bridge method [inline-methods] */
public final i get() {
return new i(this.ac.get());
}
public static j D(fZE<IPassportDetector> fze) {
return new j(fze);
}
}