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