author | koda |
Fri, 02 Apr 2010 15:08:43 +0000 | |
changeset 3251 | 221c163ad5d9 |
parent 3250 | d5cd1a617123 |
child 3253 | b0b1b1310b7e |
permissions | -rw-r--r-- |
// // SingleTeamViewController.h // HedgewarsMobile // // Created by Vittorio on 02/04/10. // Copyright 2010 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> @interface SingleTeamViewController : UITableViewController { NSArray *secondaryItems; } @property (nonatomic,retain) NSArray *secondaryItems; @end