diff options
author | matthew <matthew> | 2008-10-23 15:23:06 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-10-23 15:23:06 +0000 |
commit | 008565200b6e6997534525d62d084c627b6d2bc9 (patch) | |
tree | 2a5e9abad7c11596bc02ba6e9692a3e5998ca805 /iphone/FixMyStreet/Classes/InputTableViewController.h | |
parent | 0b973dd816ed8e30b17833c20f7b9eea587f4371 (diff) |
Add About page.
Diffstat (limited to 'iphone/FixMyStreet/Classes/InputTableViewController.h')
-rw-r--r-- | iphone/FixMyStreet/Classes/InputTableViewController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/FixMyStreet/Classes/InputTableViewController.h b/iphone/FixMyStreet/Classes/InputTableViewController.h index eb904d5a1..64bc1d13f 100644 --- a/iphone/FixMyStreet/Classes/InputTableViewController.h +++ b/iphone/FixMyStreet/Classes/InputTableViewController.h @@ -29,6 +29,7 @@ -(IBAction)addPhoto:(id) sender; -(IBAction)gotoSettings:(id)sender firstTime:(BOOL)firstTime; +-(IBAction)gotoAbout:(id)sender; // UIImagePickerControllerDelegate - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo; |