//
// msgAnswerContentCell.h
// ThePaperBase
//
// Created by YoungLee on 15/11/18.
// Copyright © 2015年 scar1900. All rights reserved.
//
#import "AnswerContentBaseCell.h"
@interface msgAnswerContentCell : AnswerContentBaseCell
@property(nonatomic, assign)BOOL expandHidden;
@end
|