cocoaTouch/iPad/SingleTeamViewController.h
author palewolf
Fri, 02 Apr 2010 18:54:08 +0000
changeset 3265 5fe62296fdea
parent 3253 b0b1b1310b7e
child 3270 9bd8fb1707b9
permissions -rw-r--r--
- Parallax effect for horizont when water is out of sight - Honor reducedquality and don't calculate offsets on wimpy machines

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

#import <UIKit/UIKit.h>


@interface SingleTeamViewController : UITableViewController {
    NSArray *hogsList;
    NSArray *secondaryItems;
}

@property (nonatomic,retain) NSArray *hogsList;
@property (nonatomic,retain) NSArray *secondaryItems;
@end