Browse Source

placeholder of viper commented

pull/1/head
gme_2 6 years ago
parent
commit
31fe015d54
  1. 2
      GMERemittance/Module/ExchangeRates/Application Logic/Interactor/ExchangeRatesInteractor.swift

2
GMERemittance/Module/ExchangeRates/Application Logic/Interactor/ExchangeRatesInteractor.swift

@ -28,7 +28,7 @@ class ExchangeRatesInteractor {
extension ExchangeRatesInteractor: ExchangeRatesInteractorInput { extension ExchangeRatesInteractor: ExchangeRatesInteractorInput {
func viewIsReady() { func viewIsReady() {
self.service.fetchCountryCurrencyInfo(success: <#T##([ExchangeRateModel]?) -> ()#>, failure: <#T##(Error) -> ()#>)
// self.service.fetchCountryCurrencyInfo(success: <#T##([ExchangeRateModel]?) -> ()#>, failure: <#T##(Error) -> ()#>)
// self.fetchCountryCurrencyInfo(success: { (models) in // self.fetchCountryCurrencyInfo(success: { (models) in
// self.exchangeRateModels = models // self.exchangeRateModels = models
// }) { (error) in // }) { (error) in

Loading…
Cancel
Save