what-the-bank/sources/com/kofax/mobile/sdk/w/ah.java

25 lines
517 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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);
}
}