project_files/HedgewarsMobile/Classes/TeamConfigViewController.h
author koda
Wed, 23 Jun 2010 22:03:56 +0200
changeset 3547 02875b1145b7
parent 3546 ccf4854df294
child 3551 d4de36b3801a
permissions -rw-r--r--
i <3 mercurial

//
//  TeamConfigViewController.h
//  HedgewarsMobile
//
//  Created by Vittorio on 20/04/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface TeamConfigViewController : UITableViewController {
    NSMutableArray *listOfTeams;
    NSMutableArray *listOfSelectedTeams;
}

@property (nonatomic, retain) NSMutableArray *listOfTeams;
@property (nonatomic, retain) NSMutableArray *listOfSelectedTeams;

@end