Mercurial > public > lazybear
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LazyBear/Global Models/DisplayWordsModel.swift Wed Jun 09 20:26:28 2021 +0200 @@ -0,0 +1,12 @@ +// +// DisplayWordsModel.swift +// LazyBear +// +// Created by Dennis Concepción Martín on 9/6/21. +// + +import SwiftUI + +struct DisplayWordsModel: Codable { + var keyStats: [String: String] +}