t; But I can't find where or how to listen for the
> NSClassDescriptionNeededForClassNotification.
>
> I've place [[NSNotificationCenter defaultCenter] addObserver:self
> selector:@selector( registerClassDescription: )
> name:NSClassDescriptionNeededForClassNotification
Hi there,
I hope that I could "register class descriptions lazily", I like doing most
things lazily.
But I can't find where or how to listen for the
NSClassDescriptionNeededForClassNotification.
I've place [[NSNotificationCenter defaultCenter] addObserver:self