CNLiveVoiceTableViewCell.h 412 Bytes
//
//  CNLiveVoiceTableViewCell.h
//  CNLiveChatSDKDemo
//
//  Created by cnliveJunBo on 17/7/17.
//  Copyright © 2017年 cnlive. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface CNLiveVoiceTableViewCell : UITableViewCell

@property (nonatomic, strong) NSIndexPath *indexPath;

@property (nonatomic, strong) UIButton *voicePlayBtn;

@property (nonatomic, strong) UILabel *timeLabel;

@end