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