diff -r 18436bb84bfe -r 6d8f1c76756d cocoaTouch/SingleTeamViewController.h --- a/cocoaTouch/SingleTeamViewController.h Tue Apr 06 14:32:26 2010 +0000 +++ b/cocoaTouch/SingleTeamViewController.h Tue Apr 06 18:14:15 2010 +0000 @@ -11,13 +11,16 @@ @class HogHatViewController; @interface SingleTeamViewController : UITableViewController { NSArray *hogsList; + NSArray *hatList; NSArray *secondaryItems; + NSString *teamName; HogHatViewController *hogChildController; } @property (nonatomic,retain) NSArray *hogsList; +@property (nonatomic,retain) NSArray *hatList; @property (nonatomic,retain) NSArray *secondaryItems; @property (nonatomic,retain) NSString *teamName; @end