diff --git a/GMERemittance/Module/ExchangeRates/Application Logic/Interactor/ExchangeRatesInteractor.swift b/GMERemittance/Module/ExchangeRates/Application Logic/Interactor/ExchangeRatesInteractor.swift index fc74938d..e1467194 100644 --- a/GMERemittance/Module/ExchangeRates/Application Logic/Interactor/ExchangeRatesInteractor.swift +++ b/GMERemittance/Module/ExchangeRates/Application Logic/Interactor/ExchangeRatesInteractor.swift @@ -28,7 +28,7 @@ class ExchangeRatesInteractor { extension ExchangeRatesInteractor: ExchangeRatesInteractorInput { 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.exchangeRateModels = models // }) { (error) in