Skip to content

Instantly share code, notes, and snippets.

@sayler8182
Created November 13, 2020 14:21
Show Gist options
  • Save sayler8182/660e7aaf93dbf1677051f91f948d4cdb to your computer and use it in GitHub Desktop.
Save sayler8182/660e7aaf93dbf1677051f91f948d4cdb to your computer and use it in GitHub Desktop.
// MARK: UpdatesProtocol
public protocol UpdatesProtocol {
func check(completion: @escaping ((UpdatesStatus) -> Void))
func check(cancelToken: CancelToken?, completion: @escaping ((UpdatesStatus) -> Void))
func reset()
func postpone()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment