26 lines
857 B
Java
26 lines
857 B
Java
package o;
|
|
|
|
import com.scb.phone.data.di.DataModule;
|
|
import com.scb.phone.data.network.service.InvestmentService;
|
|
import com.scb.phone.data.network.service.MutualFundsService;
|
|
|
|
/* renamed from: o.cQO, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C6350cQO implements fPK<MJH> {
|
|
private final fZE<MutualFundsService> b;
|
|
private final DataModule e;
|
|
|
|
public static MJH e(DataModule dataModule, MutualFundsService mutualFundsService, InvestmentService investmentService) {
|
|
MJH c = dataModule.c(mutualFundsService, investmentService);
|
|
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;
|
|
}
|
|
}
|