Last active
March 30, 2022 07:41
-
-
Save ajaysinghthakur/15819aef77f1d4687c1e636cf5ba62a7 to your computer and use it in GitHub Desktop.
Swift preprocessory macros #swift #debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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