ifish/Ifish/controllers/IfishYooseeFile/IfishYooseeControlller/IfishP2PPlayBack/PlayBackViewController.h

22 lines
558 B
Objective-C

//
// PlayBackViewController.h
// Ifish
//
// Created by 祝发冬 on 2020/10/18.
// Copyright © 2020 lianlian. All rights reserved.
//
#import "BaseViewController.h"
#import "IfishCameraModel.h"
#import <GWP2P/GWP2P.h>
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