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

17 lines
514 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.scb.phone.data.network.service.ProfileService;
import com.scb.phone.data.network.service.registration.RegistrationWithApiAuthService;
/* loaded from: classes.dex */
public final class nBt {
public ProfileService a;
public RegistrationWithApiAuthService c;
@InterfaceC13391fZD
public nBt(ProfileService profileService, RegistrationWithApiAuthService registrationWithApiAuthService) {
this.a = profileService;
this.c = registrationWithApiAuthService;
}
}