cocoaTouch/TeamConfigViewController.h
changeset 3361 cfc6cd502f85
child 3364 e5403e2bf02c
equal deleted inserted replaced
3360:717b4e46e855 3361:cfc6cd502f85
       
     1 //
       
     2 //  TeamConfigViewController.h
       
     3 //  HedgewarsMobile
       
     4 //
       
     5 //  Created by Vittorio on 20/04/10.
       
     6 //  Copyright 2010 __MyCompanyName__. All rights reserved.
       
     7 //
       
     8 
       
     9 #import <UIKit/UIKit.h>
       
    10 
       
    11 
       
    12 @interface TeamConfigViewController : UITableViewController {
       
    13     NSMutableArray *listOfTeams;
       
    14 }
       
    15 
       
    16 @property (nonatomic, retain) NSMutableArray *listOfTeams;
       
    17 
       
    18 @end