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

//
//  VertcApiEngine.h
//  

#import <Foundation/Foundation.h>
#import "VolcApiEngine/VeEngine.h"

@interface VertcApiEngine : NSObject <VolcVeEngine>

+ (instancetype) sharedInstance;

@property(nonatomic, strong) VolcApiEngine * apiEngine;

@end
