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

17 lines
457 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
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;
}
}