VideoTableViewCell.h 491 Bytes
//
//  VideoTableViewCell.h
//  SCIOLiveCN
//
//  Created by huayu on 16/4/15.
//  Copyright © 2016年 huayu. All rights reserved.
//

#import <UIKit/UIKit.h>

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