// // RoundBackgroundCell.h // Cog // // Created by Zaphod Beeblebrox on 4/28/06. // Copyright 2006 __MyCompanyName__. All rights reserved. // #import @interface RoundBackgroundCell : NSTextFieldCell { NSBezierPath *path; } @end