aboutsummaryrefslogtreecommitdiffstats
path: root/iphone/FixMyStreet/Classes/SubjectTableViewCell.h
blob: b194d48e8c61fc5c62655c3d6a27b8f3ed5fa66a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  subjectTableViewCell.h
//  FixMyStreet
//
//  Created by Matthew on 26/09/2008.
//  Copyright 2008 UK Citizens Online Democracy. All rights reserved.
//

#import <UIKit/UIKit.h>

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

@end