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

24 lines
657 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.scb.phone.data.di.DataModule;
import com.scb.phone.data.network.service.CustomerService;
/* loaded from: classes3.dex */
public final class BOD implements fPK<ZYf> {
private final DataModule c;
private final fZE<CustomerService> d;
public static ZYf b(DataModule dataModule, CustomerService customerService) {
ZYf c = dataModule.c(customerService);
if (c != null) {
return c;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
@Override // o.fZE
public final /* synthetic */ Object get() {
throw null;
}
}