// Copyright © 2022 BytePlusRTC All rights reserved.
// SPDX-License-Identifier: MIT

//
//  VertcView.h
//  


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

@interface VertcView : UIView

@property (nonatomic, strong) NSString* viewId;

@property (nonatomic) BOOL hasRegister;

@property (nonatomic, copy) RCTBubblingEventBlock onLoad;

@end
