//
//  RCTVeLivePull.h
//  react-native-velive-pull
//
//  Created by ByteDance on 2025/10/11.
//

#import <React/RCTBridgeModule.h>
#import "VolcApiEngine/Engine.h"
#import "VeLivePullImpl.h"
#import <React/RCTEventEmitter.h>

NS_ASSUME_NONNULL_BEGIN

@interface RCTVeLivePull : RCTEventEmitter <RCTBridgeModule, EventObserver>

@property(nonatomic, strong) VeLivePullImpl* impl;

@end

NS_ASSUME_NONNULL_END
