From c9f7ec5e74f4edc029108951bfdb396932260644 Mon Sep 17 00:00:00 2001 From: matthew Date: Tue, 21 Oct 2008 23:53:29 +0000 Subject: Add settings page for name/email, upload code. --- iphone/FixMyStreet/Classes/InputTableViewController.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'iphone/FixMyStreet/Classes/InputTableViewController.h') diff --git a/iphone/FixMyStreet/Classes/InputTableViewController.h b/iphone/FixMyStreet/Classes/InputTableViewController.h index 5ba0d1527..0947717de 100644 --- a/iphone/FixMyStreet/Classes/InputTableViewController.h +++ b/iphone/FixMyStreet/Classes/InputTableViewController.h @@ -7,7 +7,6 @@ // #import -#import "imageCell.h" #import "MyCLController.h" @interface InputTableViewController : UIViewController { @@ -20,11 +19,12 @@ UITableViewCell* actionFetchLocationCell; UITableViewCell* actionSummaryCell; - UILabel* titleLabel; - UILabel* titleLabelLabel; + UILabel* subjectLabel; + UILabel* subjectContent; } -(void)enableSubmissionButton; +-(void)uploadReport; -(IBAction)addPhoto:(id) sender; -(IBAction)gotoSettings:(id)sender; @@ -34,7 +34,7 @@ - (void)imagePickerControllerDidCancel:(UIImagePickerController *)picker; //MyCLControllerDelegate --(void)newLocationUpdate:(NSString *)text; +-(void)newLocationUpdate:(CLLocation *)location; -(void)newError:(NSString *)text; @end -- cgit v1.2.3