Skip to content

Instantly share code, notes, and snippets.

View kemenaran's full-sized avatar

Pierre de La Morinerie kemenaran

View GitHub Profile
#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
---
:verbose: true
:update_sources: true
gem: --no-rdoc --no-ri
:backtrace: false
:bulk_threshold: 1000
:benchmark: false