Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created July 26, 2018 18:56
Show Gist options
  • Save azamsharp/cc10ed30ae5bcacfa59f7c4aef97adaf to your computer and use it in GitHub Desktop.
Save azamsharp/cc10ed30ae5bcacfa59f7c4aef97adaf to your computer and use it in GitHub Desktop.
let interaction = INInteraction(intent: orderCoffeeIntent, response: nil)
interaction.donate { error in
if let error = error {
print(error.localizedDescription)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment