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