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