17 lines
564 B
Java
17 lines
564 B
Java
|
package o;
|
||
|
|
||
|
import com.scb.phone.data.network.service.registration.RegistrationService;
|
||
|
import com.scb.phone.data.network.service.registration.RegistrationWithApiAuthService;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
public final class FNz {
|
||
|
public final RegistrationWithApiAuthService b;
|
||
|
public final RegistrationService c;
|
||
|
|
||
|
@InterfaceC13391fZD
|
||
|
public FNz(RegistrationService registrationService, RegistrationWithApiAuthService registrationWithApiAuthService) {
|
||
|
this.c = registrationService;
|
||
|
this.b = registrationWithApiAuthService;
|
||
|
}
|
||
|
}
|