what-the-bank/sources/o/fKY.java

23 lines
511 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import android.content.Context;
import java.util.concurrent.Callable;
/* loaded from: classes5.dex */
public final /* synthetic */ class fKY implements Callable {
private EZ a;
private Context b;
private fKR e;
@Override // java.util.concurrent.Callable
public final Object call() {
return this.e.aAo_(this.a, this.b);
}
public /* synthetic */ fKY(fKR fkr, EZ ez, Context context) {
this.e = fkr;
this.a = ez;
this.b = context;
}
}