--- a/cocoaTouch/GravesViewController.h Tue Apr 13 14:39:05 2010 +0000
+++ b/cocoaTouch/GravesViewController.h Tue Apr 13 22:45:46 2010 +0000
@@ -10,14 +10,14 @@
@interface GravesViewController : UITableViewController {
- NSDictionary *teamDictionary;
+ NSMutableDictionary *teamDictionary;
NSArray *graveArray;
NSArray *graveSprites;
NSIndexPath *lastIndexPath;
}
-@property (nonatomic,retain) NSDictionary *teamDictionary;
+@property (nonatomic,retain) NSMutableDictionary *teamDictionary;
@property (nonatomic,retain) NSArray *graveArray;
@property (nonatomic,retain) NSArray *graveSprites;
@property (nonatomic,retain) NSIndexPath *lastIndexPath;