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