25 lines
506 B
Java
25 lines
506 B
Java
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);
|
|
}
|
|
}
|