comparison LazyBear/Global Models/DisplayWordsModel.swift @ 416:1662a41e2c1a

KeyStatsView implemented
author Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com>
date Wed, 09 Jun 2021 20:26:28 +0200
parents
children
comparison
equal deleted inserted replaced
415:34f9e408b861 416:1662a41e2c1a
1 //
2 // DisplayWordsModel.swift
3 // LazyBear
4 //
5 // Created by Dennis Concepción Martín on 9/6/21.
6 //
7
8 import SwiftUI
9
10 struct DisplayWordsModel: Codable {
11 var keyStats: [String: String]
12 }