From 4a5a62bf9a9a73b6bbd0323d5ac6a1807bcc733e Mon Sep 17 00:00:00 2001 From: Edmund von der Burg Date: Tue, 10 Sep 2013 16:33:38 +0100 Subject: Remove the iphone directory --- .../FixMyStreet/Classes/InputTableViewController.h | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 iphone/FixMyStreet/Classes/InputTableViewController.h (limited to 'iphone/FixMyStreet/Classes/InputTableViewController.h') diff --git a/iphone/FixMyStreet/Classes/InputTableViewController.h b/iphone/FixMyStreet/Classes/InputTableViewController.h deleted file mode 100644 index f902c4017..000000000 --- a/iphone/FixMyStreet/Classes/InputTableViewController.h +++ /dev/null @@ -1,45 +0,0 @@ -// -// InputTableViewController.h -// FixMyStreet -// -// Created by Matthew on 26/09/2008. -// Copyright 2008 UK Citizens Online Democracy. All rights reserved. -// - -#import -#import "MyCLController.h" - -@interface InputTableViewController : UIViewController { - IBOutlet UIImageView* imageView; - IBOutlet UITableView* actionsToDoView; - IBOutlet UIButton* settingsButton; - UIBarButtonItem* backButton; - - // Not sure what I made these for - UITableViewCell* actionTakePhotoCell; - UITableViewCell* actionFetchLocationCell; - UITableViewCell* actionSubjectCell; - - UILabel* subjectLabel; - UILabel* subjectContent; -} - --(void)enableSubmissionButton; --(void)uploadReport; --(void)reportUploaded:(BOOL)success; - --(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; -- (void)imagePickerControllerDidCancel:(UIImagePickerController *)picker; - --(BOOL)startLocation; - -//MyCLControllerDelegate --(void)newLocationUpdate:(CLLocation *)location; --(void)newLocationError:(NSString *)text; - -@end -- cgit v1.2.3