Created
April 28, 2014 08:04
-
-
Save slazyk/11364929 to your computer and use it in GitHub Desktop.
Put this macro at the top of prefix header to get warnings about APIs introduced later than Deployment Target (weak imports)
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
#define weak_import weak_import,deprecated("weak import") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment