24 lines
747 B
Java
24 lines
747 B
Java
|
package o;
|
||
|
|
||
|
import com.scb.phone.data.network.di.service.prepaid.PrepaidServiceModule;
|
||
|
import com.scb.phone.data.network.service.prepaid.PrepaidTravelService;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class vDU implements fPK<PrepaidTravelService> {
|
||
|
private final PrepaidServiceModule c;
|
||
|
private final fZE<aSQ> e;
|
||
|
|
||
|
public static PrepaidTravelService c(PrepaidServiceModule prepaidServiceModule, aSQ asq) {
|
||
|
PrepaidTravelService a = prepaidServiceModule.a(asq);
|
||
|
if (a != null) {
|
||
|
return a;
|
||
|
}
|
||
|
throw new NullPointerException("Cannot return null from a non-@Nullable @Provides method");
|
||
|
}
|
||
|
|
||
|
@Override // o.fZE
|
||
|
public final /* synthetic */ Object get() {
|
||
|
throw null;
|
||
|
}
|
||
|
}
|