27 lines
751 B
Java
27 lines
751 B
Java
|
package com.kofax.mobile.sdk.w;
|
||
|
|
||
|
import com.kofax.mobile.sdk.w.ao;
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class ap implements fPK<ao> {
|
||
|
private final fZE<ao.a> LX;
|
||
|
private final fZE<com.kofax.mobile.sdk._internal.extraction.id.e> Lt;
|
||
|
|
||
|
public ap(fZE<ao.a> fze, fZE<com.kofax.mobile.sdk._internal.extraction.id.e> fze2) {
|
||
|
this.LX = fze;
|
||
|
this.Lt = fze2;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: oV, reason: merged with bridge method [inline-methods] */
|
||
|
public final ao get() {
|
||
|
return new ao(this.LX.get(), this.Lt.get());
|
||
|
}
|
||
|
|
||
|
public static ap w(fZE<ao.a> fze, fZE<com.kofax.mobile.sdk._internal.extraction.id.e> fze2) {
|
||
|
return new ap(fze, fze2);
|
||
|
}
|
||
|
}
|