|
//
// TopicAskContCell.h
// ThePaperBase
//
// Created by zhousan on 15/11/24.
// Copyright © 2015年 scar1900. All rights reserved.
//
#import "AskContentAskCell.h"
@interface TopicAskContCell : AskContentAskCell
@property(nonatomic, assign)BOOL isCreat;
@property(nonatomic, strong)UIView *line;
@end
|