|
//
// msgTopCell.h
// ThePaperBase
//
// Created by YoungLee on 15/11/18.
// Copyright © 2015年 scar1900. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface msgTopCell : UITableViewCell
@property(nonatomic, strong)UIView *backView;
@property(nonatomic, strong)UILabel *titileLabel;
@property(nonatomic, strong)UIView *lineView;
@property(nonatomic, strong)commentObjectVO *comment;
@property(nonatomic ,strong)UILabel *markLabel;
-(void) refrshMark;
@end
|