NewVoiceTableViewCell.h
468 Bytes
//
// NewVoiceTableViewCell.h
// SCIOLiveCN
//
// Created by huayu on 16/12/9.
// Copyright © 2016年 huayu. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface NewVoiceTableViewCell : 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;
@end