@interface OADTableColumn : NSObject { float mWidth; } - (void)setWidth:(float)a0; - (id)description; - (float)width; @end