cocoaTouch/HogHatViewController.h
author sheepluva
Tue, 06 Apr 2010 14:32:26 +0000 (2010-04-06)
changeset 3311 18436bb84bfe
parent 3308 b6dcae4b6d2c
child 3315 4e2813713358
permissions -rw-r--r--
fixed size of yinyang flag, thanks to inu for the heads up
//
//  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