what-the-bank/sources/com/kofax/mobile/sdk/n/e.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 e implements fPK<d> {
private final fZE<com.kofax.mobile.sdk.o.a> Z;
public e(fZE<com.kofax.mobile.sdk.o.a> fze) {
this.Z = fze;
}
@Override // o.fZE
/* renamed from: me, reason: merged with bridge method [inline-methods] */
public final d get() {
return new d(this.Z.get());
}
public static e J(fZE<com.kofax.mobile.sdk.o.a> fze) {
return new e(fze);
}
public static d b(com.kofax.mobile.sdk.o.a aVar) {
return new d(aVar);
}
}