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

25 lines
871 B
Java

package o;
import com.scb.phone.data.di.DataModule;
import com.scb.phone.data.network.service.registration.RegistrationService;
import com.scb.phone.data.network.service.registration.RegistrationWithApiAuthService;
/* loaded from: classes.dex */
public final class qJJ implements fPK<FNz> {
private final fZE<RegistrationService> c;
private final DataModule e;
public static FNz a(DataModule dataModule, RegistrationService registrationService, RegistrationWithApiAuthService registrationWithApiAuthService) {
FNz d = dataModule.d(registrationService, registrationWithApiAuthService);
if (d != null) {
return d;
}
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
}
@Override // o.fZE
public final /* synthetic */ Object get() {
throw null;
}
}