28 lines
622 B
Java
28 lines
622 B
Java
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);
|
|
}
|
|
}
|