//
// TopicAnswerContTabCell.h
// ThePaperBase
//
// Created by zhousan on 15/11/24.
// Copyright © 2015年 scar1900. All rights reserved.
//
#import "AnswerContentAskCell.h"
@interface TopicAnswerContTabCell : AnswerContentAskCell
@property(nonatomic, strong)commentObjectVO *commentNext;
@end
|