// // FeedContentTableCell.h // redstar // // Created by admin on 16/6/6. // Copyright © 2016年 ZWF. All rights reserved. // #import @interface FeedContentTableCell : UITableViewCell @property (nonatomic, strong) UILabel *titleLabel; @property (nonatomic, strong) UIImageView *backImageView1; @property (nonatomic, strong) UITextView *titleTextView; @property (nonatomic, strong) UILabel *placeholderLabel1; @property (nonatomic, strong) UIButton *changeBtn; // 修改问题分类 @property (nonatomic, strong) UIButton *solveBtn; // 解决问题 @end