// // SubmitInputCellTableViewCell.h // FirstLink // // Created by jack on 15/6/18. // Copyright (c) 2015年 FirstLink. All rights reserved. // #import #import "UITableViewCell+FKSubmitOrder.h" @interface SubmitInputCell : UITableViewCell @property (nonatomic, strong, readonly) UILabel *titleLabel; @property (nonatomic, strong, readonly) UITextField *inputField; @end