Skip to content

Instantly share code, notes, and snippets.

@slazyk
Created April 28, 2014 08:04
Show Gist options
  • Save slazyk/11364929 to your computer and use it in GitHub Desktop.
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)
#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