Skip to content

Instantly share code, notes, and snippets.

@malcommac
Last active April 22, 2018 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save malcommac/3f9bd22788f497dfeb71e4d7be9c3ed9 to your computer and use it in GitHub Desktop.
Save malcommac/3f9bd22788f497dfeb71e4d7be9c3ed9 to your computer and use it in GitHub Desktop.
public struct Contact {
let firstName: String
let lastName: String
let picture: URL?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment