Created
June 23, 2018 13:01
-
-
Save MaximBazarov/9f74c471a3750cd1f68464531399f188 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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