what-the-bank/sources/com/kofax/mobile/sdk/n/k.java

28 lines
622 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.n;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class k implements fPK<j> {
private final fZE<com.kofax.mobile.sdk.o.a> Z;
public k(fZE<com.kofax.mobile.sdk.o.a> fze) {
this.Z = fze;
}
@Override // o.fZE
/* renamed from: mh, reason: merged with bridge method [inline-methods] */
public final j get() {
return new j(this.Z.get());
}
public static k K(fZE<com.kofax.mobile.sdk.o.a> fze) {
return new k(fze);
}
public static j c(com.kofax.mobile.sdk.o.a aVar) {
return new j(aVar);
}
}