BigImageTableViewCell.h
548 Bytes
//
// BigImageTableViewCell.h
// SCIOLiveCN
//
// Created by huayu on 17/2/13.
// Copyright © 2017年 huayu. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BigImageTableViewCell : UITableViewCell
@property(strong, nonatomic) UIView *backGroundView;
@property(strong, nonatomic) UIImageView *bigImage;
@property(strong, nonatomic) UIImageView *playImage;
@property(strong, nonatomic) UILabel *titleLabel;
@property(strong, nonatomic) UILabel *timeLabel;
@property(strong, nonatomic) UILabel *tagsLabel;
- (void)reSetTagFrame;
@end