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

23 lines
656 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.android.datatransport.runtime.scheduling.SchedulingConfigModule;
/* renamed from: o.Vta, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C1107Vta implements fPK<GwU> {
private final fZE<InterfaceC6203cLt> d;
@Override // o.fZE
public final /* synthetic */ Object get() {
GwU c = SchedulingConfigModule.c(this.d.get());
if (c != null) {
return c;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
public C1107Vta(fZE<InterfaceC6203cLt> fze) {
this.d = fze;
}
}