In the past I have done a few hacks...one was to remove all methods from
the class and only implement #doesNotUnderstand: calling the deprecation
method saying the class was deprecated and now you should use .
In another case, I didn't want to remove methods from the class for some
other reaso
Hi,
is there a mechanism for deprecating whole classes?
For example there's class RTResizEable that has been replaced by
RTResizable (without extra "e") class. But if I don't want to break
people's code I would like to tell them that they should use something else.
I could mark every method with