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

26 lines
857 B
Java
Raw Permalink 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.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;
}
}