// // subjectTableViewCell.h // FixMyStreet // // Created by Matthew on 26/09/2008. // Copyright 2008 UK Citizens Online Democracy. All rights reserved. // #import @interface SubjectTableViewCell : UITableViewCell { UITextField *textField; } @property (nonatomic, retain) UITextField *textField; @end