26 lines
576 B
Java
26 lines
576 B
Java
package com.kofax.mobile.sdk.x;
|
|
|
|
import o.fPK;
|
|
import o.fZE;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class ax implements fPK<aw> {
|
|
private final fZE<ac> Rv;
|
|
private final fZE<i> Rw;
|
|
|
|
public ax(fZE<ac> fze, fZE<i> fze2) {
|
|
this.Rv = fze;
|
|
this.Rw = fze2;
|
|
}
|
|
|
|
@Override // o.fZE
|
|
/* renamed from: pV, reason: merged with bridge method [inline-methods] */
|
|
public final aw get() {
|
|
return new aw(this.Rv.get(), this.Rw.get());
|
|
}
|
|
|
|
public static ax x(fZE<ac> fze, fZE<i> fze2) {
|
|
return new ax(fze, fze2);
|
|
}
|
|
}
|