17 lines
457 B
Java
17 lines
457 B
Java
package o;
|
|
|
|
import com.scb.phone.data.network.service.InvestmentService;
|
|
import com.scb.phone.data.network.service.MutualFundsService;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class MJH {
|
|
public MutualFundsService b;
|
|
public InvestmentService d;
|
|
|
|
@InterfaceC13391fZD
|
|
public MJH(MutualFundsService mutualFundsService, InvestmentService investmentService) {
|
|
this.b = mutualFundsService;
|
|
this.d = investmentService;
|
|
}
|
|
}
|