#import @interface PatternCell : UIView - (id) initWithFrame : (CGRect) frame andPattern : (unsigned) index; - (void) setAsSolid; @end