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

19 lines
636 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.scb.phone.data.network.service.easycash.EasycashLongTimeService;
import com.scb.phone.data.network.service.easycash.EasycashSummaryService;
/* loaded from: classes3.dex */
public final class QSW {
public final EasycashLongTimeService a;
public final EasycashSummaryService b;
@InterfaceC13391fZD
public QSW(EasycashSummaryService easycashSummaryService, EasycashLongTimeService easycashLongTimeService) {
C14957gcv.e(easycashSummaryService, "");
C14957gcv.e(easycashLongTimeService, "");
this.b = easycashSummaryService;
this.a = easycashLongTimeService;
}
}