UpdateSputnik // Comment update.

This commit is contained in:
ShikiSuen 2022-10-18 21:10:18 +08:00
parent ce7e140458
commit 609ad98f4a
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ public class UpdateSputnik {
currentTask = task
}
// MARK: - Private properties
// MARK: - Private Properties
private var isCurrentCheckForced = false
var sessionConfiguration = URLSessionConfiguration.background(withIdentifier: Bundle.main.bundleIdentifier!)
@ -73,7 +73,7 @@ public class UpdateSputnik {
}
}
// MARK: - Private functions.
// MARK: - Private Functions.
internal func dataDidSet(data: Data) {
var plist: [AnyHashable: Any]?