// // IfishRecVideoViewCell.h // Ifish // // Created by imac on 16/12/6. // Copyright © 2016年 lianxiang. All rights reserved. // #import @interface IfishRecVideoViewCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *recViewImg; @property (weak, nonatomic) IBOutlet UILabel *recordTimeLabel; @property (weak, nonatomic) IBOutlet UILabel *recordName; @end