what-the-bank/sources/com/kofax/mobile/sdk/af/e.java

28 lines
695 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.af;
import android.hardware.SensorManager;
import com.kofax.mobile.sdk._internal.IBus;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class e implements fPK<d> {
private final fZE<SensorManager> UI;
private final fZE<IBus> wu;
public e(fZE<IBus> fze, fZE<SensorManager> fze2) {
this.wu = fze;
this.UI = fze2;
}
@Override // o.fZE
/* renamed from: rj, reason: merged with bridge method [inline-methods] */
public final d get() {
return new d(this.wu.get(), this.UI.get());
}
public static e E(fZE<IBus> fze, fZE<SensorManager> fze2) {
return new e(fze, fze2);
}
}