snej / MYUtilities

Objective-C Cocoa utility functions/methods I can't live without
Other
58 stars 21 forks source link

Explicitly mark property atomic #15

Closed pasin closed 7 years ago

pasin commented 7 years ago

This allows the code to work CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES enabled which requires the properties to be explicitly marked as atomic or nonatomic.