what-the-bank/sources/com/kofax/mobile/sdk/y/f.java

54 lines
1.6 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.y;
import com.kofax.mobile.sdk.y.v;
import java.io.File;
import o.InterfaceC13391fZD;
/* loaded from: classes3.dex */
public class f implements com.kofax.mobile.sdk.b.b {
private final com.kofax.mobile.sdk.b.b Sg;
@InterfaceC13391fZD
public f(@com.kofax.mobile.sdk.z.a com.kofax.mobile.sdk.b.b bVar) {
this.Sg = bVar;
}
@Override // com.kofax.mobile.sdk.b.b
public File H(String str) {
return (File) new v().a("BundledClassificationConfigModelProvider.getConfig()", new v.a<File>(this, str) { // from class: com.kofax.mobile.sdk.y.f.1
final String Lb;
final f Sh;
{
this.Sh = this;
this.Lb = str;
}
@Override // com.kofax.mobile.sdk.y.v.a
/* renamed from: qp, reason: merged with bridge method [inline-methods] */
public File run() {
return this.Sh.Sg.H(this.Lb);
}
});
}
@Override // com.kofax.mobile.sdk.b.b
public File I(String str) {
return (File) new v().a("BundledClassificationConfigModelProvider.getModel()", new v.a<File>(this, str) { // from class: com.kofax.mobile.sdk.y.f.2
final String Lb;
final f Sh;
{
this.Sh = this;
this.Lb = str;
}
@Override // com.kofax.mobile.sdk.y.v.a
/* renamed from: qp, reason: merged with bridge method [inline-methods] */
public File run() {
return this.Sh.Sg.I(this.Lb);
}
});
}
}