diff -r bcd6d76db4f7 -r e5403e2bf02c cocoaTouch/TeamConfigViewController.h
--- a/cocoaTouch/TeamConfigViewController.h	Wed Apr 21 21:38:07 2010 +0000
+++ b/cocoaTouch/TeamConfigViewController.h	Thu Apr 22 17:43:12 2010 +0000
@@ -11,8 +11,12 @@
 
 @interface TeamConfigViewController : UITableViewController {
     NSMutableArray *listOfTeams;
+    NSMutableArray *listOfSelectedTeams;
+    NSIndexPath *lastIndexPath;
 }
 
 @property (nonatomic, retain) NSMutableArray *listOfTeams;
+@property (nonatomic, retain) NSMutableArray *listOfSelectedTeams;
+@property (nonatomic,retain) NSIndexPath *lastIndexPath;
 
 @end