Skip to content

Instantly share code, notes, and snippets.

@advantis
Forked from steipete/Macros.h
Created May 16, 2014 11:39
Show Gist options
  • Save advantis/866309e66c202f06c42f to your computer and use it in GitHub Desktop.
Save advantis/866309e66c202f06c42f to your computer and use it in GitHub Desktop.
#ifndef NS_DESIGNATED_INITIALIZER
#if __has_attribute(objc_designated_initializer)
#define NS_DESIGNATED_INITIALIZER __attribute((objc_designated_initializer))
#else
#define NS_DESIGNATED_INITIALIZER
#endif
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment