Skip to content

Instantly share code, notes, and snippets.

@pgpt10
Created August 26, 2017 17:45
Show Gist options
  • Save pgpt10/ab2c85e7aa3774d090cb750db5c38c99 to your computer and use it in GitHub Desktop.
Save pgpt10/ab2c85e7aa3774d090cb750db5c38c99 to your computer and use it in GitHub Desktop.
func widgetPerformUpdate(completionHandler: @escaping (NCUpdateResult) -> Swift.Void)
{
completionHandler(.newData)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment