// // IfishCameraRecordThirdCell.h // Ifish // // Created by imac on 16/12/9. // Copyright © 2016年 lianxiang. All rights reserved. // #import @interface IfishCameraRecordThirdCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIButton *recordBtn; @property (weak, nonatomic) IBOutlet UIView *recordBtnBackView; -(void)cellSetRecordBtnBackViewCorner; @end