cocoaTouch/otherSrc/SquareButtonView.h
changeset 3364 e5403e2bf02c
parent 3361 cfc6cd502f85
--- 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