cocoaTouch/HogHatViewController.h
author koda
Tue, 06 Apr 2010 02:39:06 +0000
changeset 3308 b6dcae4b6d2c
parent 3305 91074496d5c9
child 3315 4e2813713358
permissions -rw-r--r--
make the tables work also on iphone make the popover menu work also on iphone

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

#import <UIKit/UIKit.h>


@interface HogHatViewController : UITableViewController {
    NSArray *hatList;
    NSArray *hatSprites;
    NSDictionary *hog;
}

@property (nonatomic,retain) NSArray *hatList;
@property (nonatomic,retain) NSArray *hatSprites;
@property (nonatomic,retain) NSDictionary *hog;

@end