diff -r bcd6d76db4f7 -r e5403e2bf02c cocoaTouch/otherSrc/SquareButtonView.h --- a/cocoaTouch/otherSrc/SquareButtonView.h Wed Apr 21 21:38:07 2010 +0000 +++ b/cocoaTouch/otherSrc/SquareButtonView.h Thu Apr 22 17:43:12 2010 +0000 @@ -13,10 +13,14 @@ NSInteger colorIndex; NSUInteger selectedColor; NSArray *colorArray; + NSMutableDictionary *ownerDictionary; } @property (nonatomic,retain) NSArray *colorArray; +@property (nonatomic) NSUInteger selectedColor; +@property (nonatomic,retain) NSMutableDictionary *ownerDictionary; -(void) nextColor; +-(void) selectColor:(NSUInteger) color; @end