// // otherPersonTopCell.h // ThePaperBase // // Created by YoungLee on 15/10/8. // Copyright © 2015年 scar1900. All rights reserved. // #import @protocol otherPersonTopDelegate @optional -(void) pushToDetail:(id) data; -(void) pushToForward:(id) data; @end @interface otherPersonTopCell : UITableViewCell @property(nonatomic, weak)id delegate; @property(nonatomic ,strong)id comment; @property(nonatomic ,assign)BOOL isTopic; @end