best and worst stats

This commit is contained in:
Michael Simard
2021-01-10 09:44:21 -06:00
parent a3977ac3ac
commit f974477106
5 changed files with 252 additions and 67 deletions

View File

@@ -0,0 +1,16 @@
//
// Map.swift
// App
//
// Created by Michael Simard on 1/10/21.
//
import Foundation
struct Map: Hashable {
var id: Int
var name:String
var imageName:String
}