|
//
// msgAskContentBaseCell.h
// ThePaperBase
//
// Created by YoungLee on 15/11/18.
// Copyright © 2015年 scar1900. All rights reserved.
//
#import "AskContentBaseCell.h"
@interface msgAskContentCell : AskContentBaseCell
@property(nonatomic, strong)UIView *shadowLine;
@property(nonatomic, assign)BOOL shadowHidden;
@end
|