25 lines
517 B
Java
25 lines
517 B
Java
|
package com.kofax.mobile.sdk.w;
|
||
|
|
||
|
import com.kofax.mobile.sdk.w.ai;
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class aj implements fPK<ai> {
|
||
|
private final fZE<ai.a> LX;
|
||
|
|
||
|
public aj(fZE<ai.a> fze) {
|
||
|
this.LX = fze;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: oT, reason: merged with bridge method [inline-methods] */
|
||
|
public final ai get() {
|
||
|
return new ai(this.LX.get());
|
||
|
}
|
||
|
|
||
|
public static aj ae(fZE<ai.a> fze) {
|
||
|
return new aj(fze);
|
||
|
}
|
||
|
}
|