diff options
Diffstat (limited to 'iphone/FixMyStreet/Classes/InputTableViewController.h')
-rw-r--r-- | iphone/FixMyStreet/Classes/InputTableViewController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/iphone/FixMyStreet/Classes/InputTableViewController.h b/iphone/FixMyStreet/Classes/InputTableViewController.h index 959d3ae97..5ba0d1527 100644 --- a/iphone/FixMyStreet/Classes/InputTableViewController.h +++ b/iphone/FixMyStreet/Classes/InputTableViewController.h @@ -19,6 +19,9 @@ UITableViewCell* actionTakePhotoCell; UITableViewCell* actionFetchLocationCell; UITableViewCell* actionSummaryCell; + + UILabel* titleLabel; + UILabel* titleLabelLabel; } -(void)enableSubmissionButton; |