import Foundation enum CurrencyPicker { static let commonCodes: [String] = [ "EUR", "USD", "GBP", "CHF", "JPY", "CAD", "AUD", "SEK", "NOK", "DKK" ] }