Skip to content

Instantly share code, notes, and snippets.

@MaximBazarov
Created June 23, 2018 13:01
Show Gist options
  • Save MaximBazarov/9f74c471a3750cd1f68464531399f188 to your computer and use it in GitHub Desktop.
Save MaximBazarov/9f74c471a3750cd1f68464531399f188 to your computer and use it in GitHub Desktop.
func downloadProfileImage(_ url: URL) {
// I've skipped action creator here, just to keep it short
let action = Downloader.DownloadProfileImage(url: url)
core.dispatch(action: action)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment