#import @interface LineWidthCell : UIView - (id) initWithFrame : (CGRect) frame width : (CGFloat) lineWidth; - (void) setLineWidth : (CGFloat)width; @end