Skip to content

Instantly share code, notes, and snippets.

@ajaysinghthakur
Last active March 30, 2022 07:41
Show Gist options
  • Save ajaysinghthakur/15819aef77f1d4687c1e636cf5ba62a7 to your computer and use it in GitHub Desktop.
Save ajaysinghthakur/15819aef77f1d4687c1e636cf5ba62a7 to your computer and use it in GitHub Desktop.
Swift preprocessory macros #swift #debug
// MARK: - <#label#>
// TODO: [your to-do item]
// FIXME: [your bug fix reminder]
#warning("Some string to display")
#error("Some error to display")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment