Skip to content

Instantly share code, notes, and snippets.

@chriswebb09
Created May 11, 2017 11:25
Show Gist options
  • Save chriswebb09/193cc1f258ef2aa74a244df45ededd2a to your computer and use it in GitHub Desktop.
Save chriswebb09/193cc1f258ef2aa74a244df45ededd2a to your computer and use it in GitHub Desktop.
protocol ImageDownloadProtocol {
func downloadImage(from url: URL, completion: @escaping (UIImage?) -> Void)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment