what-the-bank/sources/com/kofax/mobile/sdk/ac/b.java

25 lines
515 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.kofax.mobile.sdk.ac;
import android.content.Context;
import o.fPK;
import o.fZE;
/* loaded from: classes3.dex */
public final class b implements fPK<a> {
private final fZE<Context> X;
public b(fZE<Context> fze) {
this.X = fze;
}
@Override // o.fZE
/* renamed from: qR, reason: merged with bridge method [inline-methods] */
public final a get() {
return new a(this.X.get());
}
public static b aA(fZE<Context> fze) {
return new b(fze);
}
}