diff options
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 |