cocoaTouch/SettingsViewController.h
changeset 2803 1f446fc5c8ec
parent 2743 39d097ac2276
equal deleted inserted replaced
2802:28cd5b87bce9 2803:1f446fc5c8ec
    18 	UISwitch *altDamageSwitch;
    18 	UISwitch *altDamageSwitch;
    19 	UITableView *settingsTable;
    19 	UITableView *settingsTable;
    20 	UITableViewCell *volumeCell;
    20 	UITableViewCell *volumeCell;
    21 	UIView *buttonContainer;
    21 	UIView *buttonContainer;
    22 	UIView *parentView;
    22 	UIView *parentView;
    23 	BOOL needsReset;
       
    24 }
    23 }
    25 
    24 
    26 @property (nonatomic, retain) IBOutlet UITextField *username;
    25 @property (nonatomic, retain) IBOutlet UITextField *username;
    27 @property (nonatomic, retain) IBOutlet UITextField *password;
    26 @property (nonatomic, retain) IBOutlet UITextField *password;
    28 @property (nonatomic, retain) UISwitch *musicSwitch;
    27 @property (nonatomic, retain) UISwitch *musicSwitch;