// // TopicAnwserCell.h // ThePaperBase // // Created by zhousan on 15/8/12. // Copyright (c) 2015年 scar1900. All rights reserved. // #import "SubAnswerForNews.h" @interface TopicAnwserCell : SubAnswerForNews @property(nonatomic, strong)NSString *topicHostId; @property(nonatomic, assign)BOOL isFirst; @property(nonatomic, strong)UIView *spaceView; @property(nonatomic, assign)BOOL needSpace; @end