// // PlayBackViewController.h // Ifish // // Created by 祝发冬 on 2020/10/18. // Copyright © 2020 lianlian. All rights reserved. // #import "BaseViewController.h" #import "IfishCameraModel.h" #import NS_ASSUME_NONNULL_BEGIN @interface PlayBackViewController : BaseViewController @property (nonatomic,strong) IfishCameraModel *camera; @property (weak, nonatomic) IBOutlet UIView *playView; @property (weak, nonatomic) IBOutlet UIButton *retryBtn; @property (nonatomic,strong) GWPlaybackFileModel *model; @end NS_ASSUME_NONNULL_END