--- a/project_files/HedgewarsMobile/Classes/SquareButtonView.h Sun Apr 22 13:58:53 2012 -0400
+++ b/project_files/HedgewarsMobile/Classes/SquareButtonView.h Mon Apr 23 04:05:18 2012 +0200
@@ -21,15 +21,16 @@
@interface SquareButtonView : UIButton {
- NSInteger colorIndex;
+ NSMutableDictionary *ownerDictionary;
+ NSUInteger colorIndex;
NSUInteger selectedColor;
NSArray *colorArray;
- NSMutableDictionary *ownerDictionary;
}
+@property (nonatomic,retain) NSMutableDictionary *ownerDictionary;
@property (nonatomic,retain) NSArray *colorArray;
-@property (nonatomic) NSUInteger selectedColor;
-@property (nonatomic,retain) NSMutableDictionary *ownerDictionary;
+@property (nonatomic,assign) NSUInteger selectedColor;
+@property (nonatomic,assign) NSUInteger colorIndex;
-(void) nextColor;
-(void) selectColor:(NSUInteger) color;