diff -r d8e41ee0b3ae -r 987ec27b6042 cocoaTouch/SingleTeamViewController.h --- a/cocoaTouch/SingleTeamViewController.h Fri Apr 09 21:08:27 2010 +0000 +++ b/cocoaTouch/SingleTeamViewController.h Sat Apr 10 01:09:29 2010 +0000 @@ -14,6 +14,7 @@ UITextField *textFieldBeingEdited; NSInteger selectedHog; + NSString *teamName; NSArray *hatArray; NSArray *secondaryItems; @@ -25,7 +26,12 @@ @property (nonatomic,retain) NSMutableDictionary *teamDictionary; @property (nonatomic,retain) UITextField *textFieldBeingEdited; +@property (nonatomic,retain) NSString *teamName; @property (nonatomic,retain) NSArray *hatArray; @property (nonatomic,retain) NSArray *secondaryItems; @property (nonatomic,retain) NSArray *secondaryControllers; + +-(void) writeFile; +-(void) setWriteNeeded; + @end