Last active
May 22, 2018 16:44
-
-
Save macteo/d36f8884e39838d11a321996098a53c4 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
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