diff options
author | Nicholas Tay <nick@windblume.net> | 2022-03-25 09:59:35 +1100 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2022-03-25 09:59:35 +1100 |
commit | 1752ea7075939fb49dd72e0b8ea2accc2be1b02a (patch) | |
tree | 04ad843bc6b05d31cc6524cffe652229e8da0ffd /foray/Fetchers | |
parent | 07a6eb8325d3b67d998003d3fe5ab34e1a72f106 (diff) | |
download | forayios-1752ea7075939fb49dd72e0b8ea2accc2be1b02a.tar.gz forayios-1752ea7075939fb49dd72e0b8ea2accc2be1b02a.tar.bz2 forayios-1752ea7075939fb49dd72e0b8ea2accc2be1b02a.zip |
Reorganise: NetworkManager -> Fetcher, Models -> dedicated groups
Diffstat (limited to '')
-rw-r--r-- | foray/Fetchers/ForayFetcher.swift (renamed from foray/ForayNetworkManager.swift) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/foray/ForayNetworkManager.swift b/foray/Fetchers/ForayFetcher.swift index 53e9554..d8df037 100644 --- a/foray/ForayNetworkManager.swift +++ b/foray/Fetchers/ForayFetcher.swift @@ -7,9 +7,7 @@ import Foundation -class ForayNetworkManager { - static let shared = ForayNetworkManager() - +class ForayFetcher { var basicUsername: String? = nil var basicPassword: String? = nil |