diff options
author | matthew <matthew> | 2008-10-23 18:13:19 +0000 |
---|---|---|
committer | matthew <matthew> | 2008-10-23 18:13:19 +0000 |
commit | d941062fdf47b2c43537562e0f43475b397261c4 (patch) | |
tree | 095b580a4d2829e125fda639b341c9e2c2a68f2f /iphone/FixMyStreet/Classes/InputTableViewController.h | |
parent | 2ef054c054bb1098c36e32787db1920ab91af19f (diff) |
Spinny thing on (now async-) upload; better dealing with server responses
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 64bc1d13f..a7b994676 100644 --- a/iphone/FixMyStreet/Classes/InputTableViewController.h +++ b/iphone/FixMyStreet/Classes/InputTableViewController.h @@ -26,6 +26,7 @@ -(void)enableSubmissionButton; -(void)uploadReport; +-(void)reportUploaded:(BOOL)success; -(IBAction)addPhoto:(id) sender; -(IBAction)gotoSettings:(id)sender firstTime:(BOOL)firstTime; |