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

25 lines
519 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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 i implements fPK<h> {
private final fZE<IBus> wu;
public i(fZE<IBus> fze) {
this.wu = fze;
}
@Override // o.fZE
/* renamed from: iq, reason: merged with bridge method [inline-methods] */
public final h get() {
return new h(this.wu.get());
}
public static i g(fZE<IBus> fze) {
return new i(fze);
}
}