Skip to content

Instantly share code, notes, and snippets.

@llinardos
Created August 1, 2017 03:23
Show Gist options
  • Save llinardos/be8dd12aeacc22bec5b4a869b0b5c238 to your computer and use it in GitHub Desktop.
Save llinardos/be8dd12aeacc22bec5b4a869b0b5c238 to your computer and use it in GitHub Desktop.
enum Image {
case local(UIImage)
case remote(URL)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment