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