// // messageNoExpandCell.h // ThePaperHD // // Created by YoungLee on 15/7/31. // Copyright (c) 2015年 scar1900. All rights reserved. // #import "answerContentCell.h" @interface messageNoExpandCell : answerContentCell @property(nonatomic, assign)BOOL isHaveCopyMenu; @property(nonatomic, assign)BOOL isNeedTizhu ; @property(nonatomic, assign)BOOL isNeedAsImg; @end