diff -r 21c0d2e69753 -r 39d097ac2276 cocoaTouch/SettingsViewController.h --- a/cocoaTouch/SettingsViewController.h Wed Feb 03 13:02:28 2010 +0000 +++ b/cocoaTouch/SettingsViewController.h Wed Feb 03 23:36:42 2010 +0000 @@ -16,11 +16,10 @@ UISwitch *musicSwitch; UISwitch *soundsSwitch; UISwitch *altDamageSwitch; - UISlider *volumeSlider; - UILabel *volumeLabel; - UITableView *table; + UITableView *settingsTable; UITableViewCell *volumeCell; UIView *buttonContainer; + UIView *parentView; BOOL needsReset; } @@ -29,13 +28,10 @@ @property (nonatomic, retain) UISwitch *musicSwitch; @property (nonatomic, retain) UISwitch *soundsSwitch; @property (nonatomic, retain) UISwitch *altDamageSwitch; -@property (nonatomic, retain) IBOutlet UISlider *volumeSlider; -@property (nonatomic, retain) IBOutlet UILabel *volumeLabel; -@property (nonatomic, retain) IBOutlet UITableView *table; -@property (nonatomic, retain) IBOutlet UITableViewCell *volumeCell; +@property (nonatomic, retain) IBOutlet UITableView *settingsTable; @property (nonatomic, retain) IBOutlet UIView *buttonContainer; +@property (nonatomic, retain) UIView *parentView; --(IBAction) sliderChanged: (id)sender; -(IBAction) backgroundTap: (id)sender; -(IBAction) textFieldDoneEditing: (id)sender; -(IBAction) deleteData: (id)sender;