// // topicIntroductionCell.h // ThePaperBase // // Created by Huixin on 15/10/16. // Copyright © 2015年 scar1900. All rights reserved. // #import @interface topicIntroductionCell : UITableViewCell @property(nonatomic, strong)NSString *content; @end