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 d implements fPK<c> {
|
||
|
private final fZE<com.kofax.mobile.sdk._internal.impl.extraction.onDevice.a> yS;
|
||
|
|
||
|
public d(fZE<com.kofax.mobile.sdk._internal.impl.extraction.onDevice.a> fze) {
|
||
|
this.yS = fze;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: iU, reason: merged with bridge method [inline-methods] */
|
||
|
public final c get() {
|
||
|
return new c(this.yS.get());
|
||
|
}
|
||
|
|
||
|
public static d l(fZE<com.kofax.mobile.sdk._internal.impl.extraction.onDevice.a> fze) {
|
||
|
return new d(fze);
|
||
|
}
|
||
|
}
|