27 lines
692 B
Java
27 lines
692 B
Java
|
package com.kofax.mobile.sdk.af;
|
||
|
|
||
|
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<com.kofax.mobile.sdk.aj.a> UP;
|
||
|
private final fZE<IBus> wu;
|
||
|
|
||
|
public g(fZE<com.kofax.mobile.sdk.aj.a> fze, fZE<IBus> fze2) {
|
||
|
this.UP = fze;
|
||
|
this.wu = fze2;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: ro, reason: merged with bridge method [inline-methods] */
|
||
|
public final f get() {
|
||
|
return new f(this.UP.get(), this.wu.get());
|
||
|
}
|
||
|
|
||
|
public static g F(fZE<com.kofax.mobile.sdk.aj.a> fze, fZE<IBus> fze2) {
|
||
|
return new g(fze, fze2);
|
||
|
}
|
||
|
}
|