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

25 lines
516 B
Java
Raw Normal View History

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