19 lines
358 B
Objective-C
19 lines
358 B
Objective-C
//
|
|
// SCLiveStatsView.h
|
|
// SellyCloudSDK_Example
|
|
//
|
|
// Created by Caleb on 21/10/25.
|
|
// Copyright © 2025 Caleb. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import <SellyCloudSDK/SellyCloudManager.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SCLiveStatsView : UIView
|
|
@property (nonatomic, strong)SellyLivePusherStats *stats;
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|