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

20 lines
596 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.android.datatransport.runtime.ExecutionModule;
import java.util.concurrent.Executor;
/* renamed from: o.eaV, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C11180eaV implements fPK<Executor> {
static final C11180eaV d = new C11180eaV();
@Override // o.fZE
public final /* synthetic */ Object get() {
Executor d2 = ExecutionModule.d();
if (d2 != null) {
return d2;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
}