Skip to content

Instantly share code, notes, and snippets.

@nalexn
Created October 18, 2019 09:10
Show Gist options
  • Save nalexn/8522921533bcb1cbbdbe541fa9763f74 to your computer and use it in GitHub Desktop.
Save nalexn/8522921533bcb1cbbdbe541fa9763f74 to your computer and use it in GitHub Desktop.
protocol PodcastsService {
func loadPodcasts(completion: (Result<[Podcast], Error>) -> Void)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment