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