getCurrency
Get a list of currencies
This function returns a list of towns depend on country code.
func getCurrency(filteredBy filters: String, completion: @escaping (_ model: [Currency]?, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next