//
// msgAskIconBaseCell.h
// ThePaperBase
//
// Created by YoungLee on 15/11/18.
// Copyright © 2015年 scar1900. All rights reserved.
//
#import "AskIconBaseCell.h"
@interface msgAskIconCell : AskIconBaseCell
@property(nonatomic, strong) UILabel *answerLabel;
@end
|