Skip to content

Instantly share code, notes, and snippets.

@qnoid
Created March 28, 2013 15:36
Show Gist options
  • Save qnoid/5264139 to your computer and use it in GitHub Desktop.
Save qnoid/5264139 to your computer and use it in GitHub Desktop.
A simple macro for marking objective-c class and method as deprecated
#define DEPRECATED(since, replaced) __attribute__((deprecated("since '" #since "' use '" #replaced "'")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment