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