19 lines
409 B
Objective-C
19 lines
409 B
Objective-C
//
|
|
// IfishRecVideoViewCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/12/6.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface IfishRecVideoViewCell : UICollectionViewCell
|
|
@property (weak, nonatomic) IBOutlet UIImageView *recViewImg;
|
|
|
|
@property (weak, nonatomic) IBOutlet UILabel *recordTimeLabel;
|
|
@property (weak, nonatomic) IBOutlet UILabel *recordName;
|
|
|
|
|
|
@end
|