// // otherPersonTopicCell.h // ThePaperBase // // Created by YoungLee on 15/9/1. // Copyright (c) 2015年 scar1900. All rights reserved. // #import @interface otherPersonTopicCell : UITableViewCell @property(nonatomic, strong)TopicInfoBO *topic; @property(nonatomic, strong)userBO *user; @end