diff Simoleon/Models/CurrencyModel.swift @ 180:41f284db0c3d

refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Wed, 08 Dec 2021 10:47:02 +0100
parents 7c4a789e51ba
children
line wrap: on
line diff
--- a/Simoleon/Models/CurrencyModel.swift	Tue Oct 26 18:18:36 2021 +0200
+++ b/Simoleon/Models/CurrencyModel.swift	Wed Dec 08 10:47:02 2021 +0100
@@ -9,5 +9,5 @@
 
 struct CurrencyModel: Codable {
     var name: String
-    var code: String
+    var flag: String
 }