Changes

Defining the Actions and Outlets
}
@property (nonatomic, retain) IBOutlet UITextField *textBox;
- (IBAction)saveButtonsaveText:(id)sender;
@end
</pre>