24 lines
634 B
Java
24 lines
634 B
Java
|
package com.kofax.mobile.sdk.i;
|
||
|
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class b implements fPK<a> {
|
||
|
private final fZE<com.kofax.mobile.sdk._internal.impl.extraction.onDevice.a> yS;
|
||
|
|
||
|
public b(fZE<com.kofax.mobile.sdk._internal.impl.extraction.onDevice.a> fze) {
|
||
|
this.yS = fze;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: iT, reason: merged with bridge method [inline-methods] */
|
||
|
public final a get() {
|
||
|
return new a(this.yS.get());
|
||
|
}
|
||
|
|
||
|
public static b k(fZE<com.kofax.mobile.sdk._internal.impl.extraction.onDevice.a> fze) {
|
||
|
return new b(fze);
|
||
|
}
|
||
|
}
|