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

31 lines
853 B
Java

package com.kofax.mobile.sdk._internal.impl;
import android.content.Context;
import android.view.WindowManager;
import com.kofax.mobile.sdk._internal.IBus;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class n implements fPK<m> {
private final fZE<Context> ws;
private final fZE<WindowManager> wt;
private final fZE<IBus> wu;
public n(fZE<Context> fze, fZE<WindowManager> fze2, fZE<IBus> fze3) {
this.ws = fze;
this.wt = fze2;
this.wu = fze3;
}
@Override // o.fZE
/* renamed from: hS, reason: merged with bridge method [inline-methods] */
public final m get() {
return new m(this.ws.get(), this.wt.get(), this.wu.get());
}
public static n a(fZE<Context> fze, fZE<WindowManager> fze2, fZE<IBus> fze3) {
return new n(fze, fze2, fze3);
}
}