//// IBTTextFieldCell.h// XFFruit//// Created by Lili Wang on 15/4/3.// Copyright (c) 2015年 Xummer. All rights reserved.//staticconstCGFloatJTLeftMinLabelWidth=119;#import "IBTTableViewCell.h"#import "IBTUITextField.h"@interfaceIBTTextFieldCell:IBTTableViewCell@property(strong,nonatomic)IBTUITextField*textField;@property(assign,nonatomic)BOOLtextIsIllegal;-(void)updateTextIsIllegal:(BOOL)textIsIllegal;@end