// // SCVODPlayerViewController.h // SellyCloudSDK_Example // 直播播放器 // Created by Caleb on 16/9/25. // Copyright © 2025 Caleb. All rights reserved. // #import #import #import "AVLiveStreamModel.h" NS_ASSUME_NONNULL_BEGIN @interface SCLiveVideoPlayerViewController : UIViewController // 移除外部传入的属性,改为内部配置 - (instancetype)initWithLiveStream:(AVLiveStreamModel *)stream; @end NS_ASSUME_NONNULL_END