cocoaTouch/HogHatViewController.h
author sheepluva
Tue, 06 Apr 2010 09:58:43 +0000
changeset 3309 a68632232d1a
parent 3308 b6dcae4b6d2c
child 3315 4e2813713358
permissions -rw-r--r--
* add fixed grave Simple.png, by "anon__" * ran 'find . | grep -i '\.png$' | xargs -d "\n" optipng -o7 -np -nc -nb -fix' on trunk, only took 2h 45m 8-)

//
//  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