ArticleTableViewCell.h
441 Bytes
//
// ArticleTableViewCell.h
// SCIOLiveCN
//
// Created by huayu on 16/4/15.
// Copyright © 2016年 huayu. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ArticleTableViewCell : UITableViewCell
@property(strong, nonatomic) UIImageView *backImage;
@property(strong, nonatomic) UILabel *titleLabel;
@property(strong, nonatomic) UILabel *timeLabel;
@property(strong, nonatomic) UILabel *tagsLabel;
- (void)reSetTagFrame;
@end