Skip to content

Instantly share code, notes, and snippets.

@macteo
Last active May 22, 2018 16:44
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 macteo/d36f8884e39838d11a321996098a53c4 to your computer and use it in GitHub Desktop.
Save macteo/d36f8884e39838d11a321996098a53c4 to your computer and use it in GitHub Desktop.
for contact in contacts where contact.emailAddress == emailAddress {
completion(contact)
}
completion(nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment