aboutsummaryrefslogtreecommitdiffstats
path: root/doc/user-guide
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user-guide')
0 files changed, 0 insertions, 0 deletions
13' href='#n13'>13 14 15 16
//
//  EditingTableViewCell.h
//  FixMyStreet
//
//  Created by Matthew on 20/10/2008.
//  Copyright 2008 UK Citizens Online Democracy. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface EditingTableViewCell : UITableViewCell {
	UITextField *textField;
}
@property (nonatomic, retain) UITextField *textField;

@end