3305
|
1 |
//
|
|
2 |
// HogHatViewController.h
|
|
3 |
// HedgewarsMobile
|
|
4 |
//
|
|
5 |
// Created by Vittorio on 02/04/10.
|
|
6 |
// Copyright 2010 __MyCompanyName__. All rights reserved.
|
|
7 |
//
|
|
8 |
|
|
9 |
#import <UIKit/UIKit.h>
|
|
10 |
|
|
11 |
|
|
12 |
@interface HogHatViewController : UITableViewController {
|
|
13 |
NSArray *hatList;
|
3308
|
14 |
NSArray *hatSprites;
|
3305
|
15 |
NSDictionary *hog;
|
|
16 |
}
|
|
17 |
|
|
18 |
@property (nonatomic,retain) NSArray *hatList;
|
3308
|
19 |
@property (nonatomic,retain) NSArray *hatSprites;
|
3305
|
20 |
@property (nonatomic,retain) NSDictionary *hog;
|
|
21 |
|
|
22 |
@end
|