cocoaTouch/iPad/HogHatViewController.h
changeset 3270 9bd8fb1707b9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cocoaTouch/iPad/HogHatViewController.h	Fri Apr 02 22:44:14 2010 +0000
@@ -0,0 +1,20 @@
+//
+//  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;
+    NSDictionary *hog;
+}
+
+@property (nonatomic,retain) NSArray *hatList;
+@property (nonatomic,retain) NSDictionary *hog;
+
+@end