cocoaTouch/TeamConfigViewController.h
changeset 3364 e5403e2bf02c
parent 3361 cfc6cd502f85
child 3366 f0e5ff24fb72
--- 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