Skip to content

Instantly share code, notes, and snippets.

@SlappyAUS
Created October 19, 2020 00:23
Show Gist options
  • Save SlappyAUS/49a083fafac949e301b3e597aa3bb551 to your computer and use it in GitHub Desktop.
Save SlappyAUS/49a083fafac949e301b3e597aa3bb551 to your computer and use it in GitHub Desktop.
closures #syntax
// Custom closure with escaping
func getSentimentScore(searchTerm: String, scoreCallback: @escaping (_ score: Int) -> Void) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment