Currency Suggest EditsSwiftstruct Currency { let name: String let code: String let symbol: String } Updated almost 3 years ago