CurrencySuggest EditsSwiftstruct Currency { let name: String let code: String let symbol: String } Updated about 1 year ago