NewsVoiceTableViewCell.h
565 Bytes
//
// NewsVoiceTableViewCell.h
// SCIOLiveCN
//
// Created by huayu on 16/12/9.
// Copyright © 2016年 huayu. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "Masonry.h"
@interface NewsVoiceTableViewCell : UITableViewCell
@property(strong, nonatomic) UIView *bgView;
@property(strong, nonatomic) UILabel *titleLabel;
@property(strong, nonatomic) UILabel *timeLabel;
@property(strong, nonatomic) UIImageView *soundImage;
@property(strong, nonatomic) UILabel *lengthLabel;
@property (strong, nonatomic) UILabel *tagLabel;
- (void)reSetTagFrame;
@end