|
//
// hotAnswerContentCell.h
// ThePaperHD
//
// Created by scar1900 on 15/1/28.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import "answerContentCell.h"
@interface hotAnswerContentCell : answerContentCell
@property(nonatomic, assign)BOOL isHaveCopyMenu;
@property(nonatomic, assign)BOOL isNeedTizhu ;
@property(nonatomic, strong)NSString *topicHostId;
@end
|