SellyCloudSDK_demo/Example/SellyCloudSDK/Live/SCLiveItemView.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 "SCLiveItemModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface SCLiveItemView : UIView
@property (nonatomic, strong)SCLiveItemModel *model;
@end
NS_ASSUME_NONNULL_END