cocoaTouch/SingleTeamViewController.h
changeset 3325 652a8ebdf667
parent 3315 4e2813713358
child 3329 d8e41ee0b3ae
equal deleted inserted replaced
3324:339b271d6641 3325:652a8ebdf667
    10 
    10 
    11 @class HogHatViewController;
    11 @class HogHatViewController;
    12 @interface SingleTeamViewController : UITableViewController {
    12 @interface SingleTeamViewController : UITableViewController {
    13     NSMutableDictionary *teamDictionary;
    13     NSMutableDictionary *teamDictionary;
    14     NSArray *hatArray;
    14     NSArray *hatArray;
       
    15     
    15     NSArray *secondaryItems;
    16     NSArray *secondaryItems;
       
    17     NSArray *secondaryControllers;
       
    18     BOOL isWriteNeeded;
    16     
    19     
    17     BOOL isWriteNeeded;
       
    18     HogHatViewController *hogChildController;
    20     HogHatViewController *hogChildController;
    19 }
    21 }
    20 
    22 
    21 @property (nonatomic,retain) NSMutableDictionary *teamDictionary;
    23 @property (nonatomic,retain) NSMutableDictionary *teamDictionary;
    22 @property (nonatomic,retain) NSArray *hatArray;
    24 @property (nonatomic,retain) NSArray *hatArray;
    23 @property (nonatomic,retain) NSArray *secondaryItems;
    25 @property (nonatomic,retain) NSArray *secondaryItems;
       
    26 @property (nonatomic,retain) NSArray *secondaryControllers;
    24 @end
    27 @end