25 lines
614 B
Java
25 lines
614 B
Java
|
package com.kofax.mobile.sdk.l;
|
||
|
|
||
|
import com.kofax.mobile.sdk._internal.impl.detection.FixedAspectRatioDetector;
|
||
|
import o.fPK;
|
||
|
import o.fZE;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class e implements fPK<d> {
|
||
|
private final fZE<FixedAspectRatioDetector> ac;
|
||
|
|
||
|
public e(fZE<FixedAspectRatioDetector> fze) {
|
||
|
this.ac = fze;
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
/* renamed from: lF, reason: merged with bridge method [inline-methods] */
|
||
|
public final d get() {
|
||
|
return new d(this.ac.get());
|
||
|
}
|
||
|
|
||
|
public static e B(fZE<FixedAspectRatioDetector> fze) {
|
||
|
return new e(fze);
|
||
|
}
|
||
|
}
|