add map history
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
struct Map: Hashable {
|
||||
struct Map: Hashable, Codable {
|
||||
var id: Int
|
||||
var name:String
|
||||
var imageName:String
|
||||
|
||||
Reference in New Issue
Block a user