cocoaTouch/TeamConfigViewController.h
changeset 3364 e5403e2bf02c
parent 3361 cfc6cd502f85
child 3366 f0e5ff24fb72
equal deleted inserted replaced
3363:bcd6d76db4f7 3364:e5403e2bf02c
     9 #import <UIKit/UIKit.h>
     9 #import <UIKit/UIKit.h>
    10 
    10 
    11 
    11 
    12 @interface TeamConfigViewController : UITableViewController {
    12 @interface TeamConfigViewController : UITableViewController {
    13     NSMutableArray *listOfTeams;
    13     NSMutableArray *listOfTeams;
       
    14     NSMutableArray *listOfSelectedTeams;
       
    15     NSIndexPath *lastIndexPath;
    14 }
    16 }
    15 
    17 
    16 @property (nonatomic, retain) NSMutableArray *listOfTeams;
    18 @property (nonatomic, retain) NSMutableArray *listOfTeams;
       
    19 @property (nonatomic, retain) NSMutableArray *listOfSelectedTeams;
       
    20 @property (nonatomic,retain) NSIndexPath *lastIndexPath;
    17 
    21 
    18 @end
    22 @end