aboutsummaryrefslogtreecommitdiff
path: root/foray/ForayViewModels.swift
diff options
context:
space:
mode:
authorNicholas Tay <nick@windblume.net>2022-03-25 09:59:35 +1100
committerNicholas Tay <nick@windblume.net>2022-03-25 09:59:35 +1100
commit1752ea7075939fb49dd72e0b8ea2accc2be1b02a (patch)
tree04ad843bc6b05d31cc6524cffe652229e8da0ffd /foray/ForayViewModels.swift
parent07a6eb8325d3b67d998003d3fe5ab34e1a72f106 (diff)
downloadforayios-1752ea7075939fb49dd72e0b8ea2accc2be1b02a.tar.gz
forayios-1752ea7075939fb49dd72e0b8ea2accc2be1b02a.tar.bz2
forayios-1752ea7075939fb49dd72e0b8ea2accc2be1b02a.zip
Reorganise: NetworkManager -> Fetcher, Models -> dedicated groups
Diffstat (limited to 'foray/ForayViewModels.swift')
-rw-r--r--foray/ForayViewModels.swift16
1 files changed, 0 insertions, 16 deletions
diff --git a/foray/ForayViewModels.swift b/foray/ForayViewModels.swift
deleted file mode 100644
index 9b9b058..0000000
--- a/foray/ForayViewModels.swift
+++ /dev/null
@@ -1,16 +0,0 @@
-//
-// ForayViewModels.swift
-// foray
-//
-// Created by Nicholas Tay on 24/3/2022.
-//
-
-import Foundation
-
-struct PenguinItemViewModel {
- let type: PenguinItemType
- let releaseDateFormatted: String
- let year: Int
- let id: String
- let name: String
-}