diff -r 275af46392bd -r b6dcae4b6d2c cocoaTouch/HogHatViewController.h --- a/cocoaTouch/HogHatViewController.h Mon Apr 05 17:22:54 2010 +0000 +++ b/cocoaTouch/HogHatViewController.h Tue Apr 06 02:39:06 2010 +0000 @@ -11,10 +11,12 @@ @interface HogHatViewController : UITableViewController { NSArray *hatList; + NSArray *hatSprites; NSDictionary *hog; } @property (nonatomic,retain) NSArray *hatList; +@property (nonatomic,retain) NSArray *hatSprites; @property (nonatomic,retain) NSDictionary *hog; @end