//
//  VeUIView.h
//  rn
//
//  Created by ByteDance on 2024/3/27.
//

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import <React/RCTComponent.h>

#ifndef VeLivePullUIView_h
#define VeLivePullUIView_h

@interface VeLivePullUIView : UIView

@property (nonatomic, strong) NSString* viewId;

@property (nonatomic) BOOL hasRegister;

@property (nonatomic, copy) RCTBubblingEventBlock onLoad;

@end

#endif /* VeUIView_h */
