cocoaTouch/TeamSettingsViewController.h
changeset 3323 091cf214bdd5
parent 3305 91074496d5c9
equal deleted inserted replaced
3322:80afcb97eb46 3323:091cf214bdd5
     8 
     8 
     9 #import <UIKit/UIKit.h>
     9 #import <UIKit/UIKit.h>
    10 @class SingleTeamViewController;
    10 @class SingleTeamViewController;
    11 
    11 
    12 @interface TeamSettingsViewController : UITableViewController {
    12 @interface TeamSettingsViewController : UITableViewController {
    13     NSArray	*list;
    13     NSMutableArray *listOfTeams;
    14     SingleTeamViewController *childController;
    14     SingleTeamViewController *childController;
    15 }
    15 }
    16 @property (nonatomic, retain) NSArray *list;
    16 
       
    17 @property (nonatomic, retain) NSMutableArray *listOfTeams;
    17 
    18 
    18 @end
    19 @end