--- a/cocoaTouch/HogHatViewController.h Thu Apr 29 02:43:28 2010 +0000
+++ b/cocoaTouch/HogHatViewController.h Thu Apr 29 17:19:06 2010 +0000
@@ -14,14 +14,14 @@
NSInteger selectedHog;
NSArray *hatArray;
- NSArray *hatSprites;
+ UIImage *normalHogSprite;
NSIndexPath *lastIndexPath;
}
@property (nonatomic,retain) NSDictionary *teamDictionary;
@property (nonatomic) NSInteger selectedHog;
@property (nonatomic,retain) NSArray *hatArray;
-@property (nonatomic,retain) NSArray *hatSprites;
+@property (nonatomic,retain) UIImage *normalHogSprite;
@property (nonatomic,retain) NSIndexPath *lastIndexPath;
@end