#include #include @interface GSBrowserMatrix : NSMatrix { } - (void) _drawCellAtRow: (int) row column: (int) column; @end