Currency Suggest EditsSwiftstruct Currency { let name: String let code: String let symbol: String } Updated over 2 years ago