// // IfishCameraRecordSecondCell.h // Ifish // // Created by imac on 16/12/9. // Copyright © 2016年 lianxiang. All rights reserved. // #import @interface IfishCameraRecordSecondCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *timeLabe; @property (weak, nonatomic) IBOutlet UIView *recordBView; -(void)cellRecordBViewCorner; @end