// // TableDefaultCell.h // model // // Created by JuYi on 2018/7/16. // Copyright © 2018年 Mine. All rights reserved. // 标题 + 内容 cell #import @interface TableDefaultCell : UITableViewCell @property (nonatomic, strong) UILabel *titleLabel; @property (nonatomic, strong) UITextField *contentTF; @property (nonatomic, strong) UIImageView *lineView; @end