diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2013-09-10 16:33:38 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-03-12 16:49:30 +0000 |
commit | 4a5a62bf9a9a73b6bbd0323d5ac6a1807bcc733e (patch) | |
tree | 0e2ddae7331f9c563cfdb0840d2e42ad68ec909a /iphone/FixMyStreet/Classes/EditSubjectViewController.h | |
parent | 4514e67c1d001d40171508f450a0aacba3e57c84 (diff) |
Remove the iphone directory
Diffstat (limited to 'iphone/FixMyStreet/Classes/EditSubjectViewController.h')
-rw-r--r-- | iphone/FixMyStreet/Classes/EditSubjectViewController.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/iphone/FixMyStreet/Classes/EditSubjectViewController.h b/iphone/FixMyStreet/Classes/EditSubjectViewController.h deleted file mode 100644 index e998d0fee..000000000 --- a/iphone/FixMyStreet/Classes/EditSubjectViewController.h +++ /dev/null @@ -1,22 +0,0 @@ -// -// EditSubjectViewController.h -// FixMyStreet -// -// Created by Matthew on 01/10/2008. -// Copyright 2008 UK Citizens Online Democracy. All rights reserved. -// - -#import <UIKit/UIKit.h> - -@class EditingTableViewCell; - -@interface EditSubjectViewController : UITableViewController <UITextFieldDelegate> { - EditingTableViewCell *cell; -} - -@property (nonatomic, retain) EditingTableViewCell *cell; - --(void)setAll:(NSString*)a viewTitle:(NSString*)b placeholder:(NSString*)c keyboardType:(UIKeyboardType)d capitalisation:(UITextAutocapitalizationType)e; --(void)updateText:(NSString*)text; - -@end |