I'm working on a new HotCocoa sample and I need to subclass NSView to override drawRect and add few more methods.
I would like to be able to reuse all the goodies from HotCocoa and the view helper, what's the best way to do that?

-Matt