cocoaTouch/SingleTeamViewController.h
changeset 3332 3c90a923f156
parent 3330 987ec27b6042
child 3340 96dd168b080b
equal deleted inserted replaced
3331:8e05feb871c3 3332:3c90a923f156
    11 @class HogHatViewController;
    11 @class HogHatViewController;
    12 @interface SingleTeamViewController : UITableViewController <UITextFieldDelegate> {
    12 @interface SingleTeamViewController : UITableViewController <UITextFieldDelegate> {
    13     NSMutableDictionary *teamDictionary;
    13     NSMutableDictionary *teamDictionary;
    14     
    14     
    15     UITextField *textFieldBeingEdited;
    15     UITextField *textFieldBeingEdited;
    16     NSInteger selectedHog;
       
    17     NSString *teamName;
    16     NSString *teamName;
    18     NSArray *hatArray;
    17     NSArray *hatArray;
    19     
    18     
    20     NSArray *secondaryItems;
    19     NSArray *secondaryItems;
    21     NSArray *secondaryControllers;
    20     NSArray *secondaryControllers;