Skip to content

Instantly share code, notes, and snippets.

@artur-ios-dev
Created August 3, 2018 09:13
Show Gist options
  • Save artur-ios-dev/25366fe1cc20cc3010fd31ac875015e6 to your computer and use it in GitHub Desktop.
Save artur-ios-dev/25366fe1cc20cc3010fd31ac875015e6 to your computer and use it in GitHub Desktop.
private func saveSomeArticles() {
guard let appDelegate = UIApplication.shared.delegate as? AppDelegate else {
return
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment