Skip to content

Instantly share code, notes, and snippets.

@farhadmpr
Created September 29, 2021 08:15
Show Gist options
  • Save farhadmpr/fa284f6b704679e599951ff0f02942b7 to your computer and use it in GitHub Desktop.
Save farhadmpr/fa284f6b704679e599951ff0f02942b7 to your computer and use it in GitHub Desktop.
Ambient Context #2
protocol LocationService {
//....
func isAuthorized() -> Bool
func requestUserLocation(completion: ...)
//....
}
protocol DateProviderService {
//....
var date: Date { get }
//....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment