SelectedTableViewCell.h
368 Bytes
//
// SelectedTableViewCell.h
// SCIOLiveCN
//
// Created by huayu on 16/12/9.
// Copyright © 2016年 huayu. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SelectedTableViewCell : UITableViewCell
@property(strong, nonatomic) UIView *bgView;
@property(strong, nonatomic) UILabel *titleLabel;
@property(strong, nonatomic) UIImageView *playImage;
@end