阶段性完成

This commit is contained in:
kai60
2020-10-17 22:41:26 +08:00
parent 55d25d8fba
commit 3356311c86
13 changed files with 899 additions and 1060 deletions
@@ -7,11 +7,12 @@
//
#import <UIKit/UIKit.h>
#import <GWP2P/GWP2P.h>
@interface IfishPlaybackViewCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UIImageView *palybackVideo;
@property (weak, nonatomic) IBOutlet UILabel *videoLongth;
@property (weak, nonatomic) IBOutlet UILabel *videoTime;
@property (weak, nonatomic) IBOutlet UIImageView *playImageView;
@property (weak, nonatomic) IBOutlet UILabel *startTimeLabel;
@property (weak, nonatomic) IBOutlet UILabel *endTimeLabel;
@property (nonatomic, strong) GWPlaybackFileModel *model;
@end