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