initial version

This commit is contained in:
alexandrev-tibco
2026-01-15 09:24:06 +01:00
parent bab350dd22
commit 7988257399
139 changed files with 13149 additions and 3233 deletions
@@ -0,0 +1,9 @@
import Foundation
enum CurrencyPicker {
static let commonCodes: [String] = [
"EUR", "USD", "GBP", "CHF", "JPY",
"CAD", "AUD", "SEK", "NOK", "DKK"
]
}