// // IfishPlaybackViewCell.h // Ifish // // Created by imac on 16/12/13. // Copyright © 2016年 lianxiang. All rights reserved. // #import @interface IfishPlaybackViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *palybackVideo; @property (weak, nonatomic) IBOutlet UILabel *videoLongth; @property (weak, nonatomic) IBOutlet UILabel *videoTime; @end