//
//  VNTel.h
//  ZoomiOSSDKDemoInObjC
//
//  Created by Manh Pham on 11/19/22.
//  Copyright © 2022 Zoom Video Communications. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "RNZoomUs.h"
#import "MeetingViewController.h"

@interface RNZoomUs (VNTel)
@property (retain, nonatomic) MeetingViewController *customMeetingVC;
@end

