Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions MACollectionUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@

// no ARC ? -> declare the ARC attributes we use to be a no-op, so the compiler won't whine
#if ! __has_feature( objc_arc )
#define __autoreleasing
#define __bridge
#ifndef __autoreleasing
#define __autoreleasing
#endif
#ifndef __bridge
#define __bridge
#endif
#endif


Expand Down