|
//
// otherPersonTopCell.h
// ThePaperBase
//
// Created by YoungLee on 15/11/24.
// Copyright © 2015年 scar1900. All rights reserved.
//
#import "msgTopCell.h"
@interface otherPersonTopCell : msgTopCell
@property(nonatomic, strong)UIImageView *typeImg;
@property(nonatomic, strong)UILabel *typeLabel;
@end
|