SellyCloudSDK_demo/Example/SellyCloudSDK/Play/SCPlayItemView.h

19 lines
334 B
Objective-C

//
// SCLiveItemView.h
// SellyCloudSDK_Example
//
// Created by Caleb on 21/7/25.
// Copyright © 2025 Caleb. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "SCPlayItemModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface SCPlayItemView : UIView
@property (nonatomic, strong)SCPlayItemModel *model;
@end
NS_ASSUME_NONNULL_END