|
//
// msgAnswerIconBaseCell.h
// ThePaperBase
//
// Created by YoungLee on 15/11/18.
// Copyright © 2015年 scar1900. All rights reserved.
//
#import "AnswerIconBaseCell.h"
@interface msgAnswerIconCell : AnswerIconBaseCell
@property(nonatomic, strong)UIImageView *dotImg;
@property(nonatomic, strong) UIButton *fastComment;
@end
|