|
//
|
|
// SellyRTCReplayKitHandler.h
|
|
// SellyCloudSDK
|
|
//
|
|
// Created by Caleb on 12/10/25.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <ReplayKit/ReplayKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface SellyRTCReplayKitHandler : RPBroadcastSampleHandler
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|