Closed jvisenti closed 8 years ago
RZDBObserverContainer
NSMutableArray
object_getAssociatedObject
object_setAssociatedObject
Attempts to fix #54
Looks good @jvisenti -- The observer container reads nicely and minimizes the amount of exposed @synchronized nicely.
@synchronized
RZDBObserverContainer
in place ofNSMutableArray
object_getAssociatedObject
/object_setAssociatedObject
directly instead of method wrappersRZDBObserverContainer
Attempts to fix #54