NewsVideoTableViewCell.h 557 Bytes
//
//  NewsVideoTableViewCell.h
//  SCIOLiveCN
//
//  Created by huayu on 16/4/18.
//  Copyright © 2016年 huayu. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface NewsVideoTableViewCell : UITableViewCell
@property (nonatomic, strong) UIView *backGroundView;
@property (nonatomic, strong) UIImageView *backImage;
@property (nonatomic, strong) UIImageView *playImage;
@property (nonatomic, strong) UILabel *titleLabel;
@property (nonatomic, strong) UILabel *timeLabel;
@property (nonatomic, strong) UILabel *tagsLabel;
- (void)reSetTagFrame;
@end