28 lines
622 B
Java
28 lines
622 B
Java
|
package com.kofax.mobile.sdk.n;
|
||
|
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class b implements fPK<a> {
|
||
|
private final fZE<com.kofax.mobile.sdk.o.a> Z;
|
||
|
|
||
|
public b(fZE<com.kofax.mobile.sdk.o.a> fze) {
|
||
|
this.Z = fze;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: lZ, reason: merged with bridge method [inline-methods] */
|
||
|
public final a get() {
|
||
|
return new a(this.Z.get());
|
||
|
}
|
||
|
|
||
|
public static b I(fZE<com.kofax.mobile.sdk.o.a> fze) {
|
||
|
return new b(fze);
|
||
|
}
|
||
|
|
||
|
public static a a(com.kofax.mobile.sdk.o.a aVar) {
|
||
|
return new a(aVar);
|
||
|
}
|
||
|
}
|