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

25 lines
519 B
Java

package com.kofax.mobile.sdk.f;
import com.kofax.mobile.sdk._internal.IBus;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class k implements fPK<j> {
private final fZE<IBus> wu;
public k(fZE<IBus> fze) {
this.wu = fze;
}
@Override // o.fZE
/* renamed from: ir, reason: merged with bridge method [inline-methods] */
public final j get() {
return new j(this.wu.get());
}
public static k h(fZE<IBus> fze) {
return new k(fze);
}
}