diff -r 8690a3aa93b5 -r 91074496d5c9 cocoaTouch/iPad/HogHatViewController.h --- a/cocoaTouch/iPad/HogHatViewController.h Sun Apr 04 16:38:00 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ -// -// HogHatViewController.h -// HedgewarsMobile -// -// Created by Vittorio on 02/04/10. -// Copyright 2010 __MyCompanyName__. All rights reserved. -// - -#import - - -@interface HogHatViewController : UITableViewController { - NSArray *hatList; - NSDictionary *hog; -} - -@property (nonatomic,retain) NSArray *hatList; -@property (nonatomic,retain) NSDictionary *hog; - -@end