Hey,
Is it possible to to subclass NSMutableSet? I need to do this in order to not retain objects contained in this set. The purpose todo that is to make an set of observers and those do not need to be retained.
Is it possible to do this or maybe you have an another solution.
Needles to say, I do know KVO but the pattern I have described above suites me better.
Cheers, Lukasz