19 lines
636 B
Java
19 lines
636 B
Java
|
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;
|
||
|
}
|
||
|
}
|