what-the-bank/sources/com/kofax/mobile/sdk/f/g.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 g implements fPK<f> {
private final fZE<IBus> wu;
public g(fZE<IBus> fze) {
this.wu = fze;
}
@Override // o.fZE
/* renamed from: ip, reason: merged with bridge method [inline-methods] */
public final f get() {
return new f(this.wu.get());
}
public static g f(fZE<IBus> fze) {
return new g(fze);
}
}