阶段性完成
This commit is contained in:
+5
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user