From 1752ea7075939fb49dd72e0b8ea2accc2be1b02a Mon Sep 17 00:00:00 2001 From: Nicholas Tay Date: Fri, 25 Mar 2022 09:59:35 +1100 Subject: Reorganise: NetworkManager -> Fetcher, Models -> dedicated groups --- foray/ForayViewModels.swift | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 foray/ForayViewModels.swift (limited to 'foray/ForayViewModels.swift') 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 -} -- cgit