Created
September 7, 2018 14:53
-
-
Save luyzdeleon/f26f6fa254668df10470ad2cc3a493c0 to your computer and use it in GitHub Desktop.
Execute query Pocket
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
Pocket.shared.executeQuery(query: query) { (queryResponse, error) in | |
if error != nil { | |
return | |
} | |
// Do something with the queryResponse.result.value() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment