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

25 lines
506 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.r;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class s implements fPK<r> {
private final fZE<r.a> LX;
public s(fZE<r.a> fze) {
this.LX = fze;
}
@Override // o.fZE
/* renamed from: oH, reason: merged with bridge method [inline-methods] */
public final r get() {
return new r(this.LX.get());
}
public static s aa(fZE<r.a> fze) {
return new s(fze);
}
}