23 lines
766 B
Java
23 lines
766 B
Java
|
package o;
|
||
|
|
||
|
import com.scb.phone.data.network.service.EkycService;
|
||
|
import com.scb.phone.data.network.service.hml.HmlConsentService;
|
||
|
import com.scb.phone.data.network.service.hml.HmlDocumentUploadService;
|
||
|
import com.scb.phone.data.network.service.hml.HmlService;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class pdD {
|
||
|
public HmlService a;
|
||
|
public HmlDocumentUploadService c;
|
||
|
public EkycService d;
|
||
|
public HmlConsentService e;
|
||
|
|
||
|
@InterfaceC13391fZD
|
||
|
public pdD(HmlService hmlService, HmlConsentService hmlConsentService, EkycService ekycService, HmlDocumentUploadService hmlDocumentUploadService) {
|
||
|
this.a = hmlService;
|
||
|
this.e = hmlConsentService;
|
||
|
this.d = ekycService;
|
||
|
this.c = hmlDocumentUploadService;
|
||
|
}
|
||
|
}
|