//
//  RNZDPortalCore.h
//  RNZDPortalCore
//
//  Created by Rajesh R on 16/09/24.
//

#if __has_include("RCTBridgeModule.h")
#import "RCTBridgeModule.h"
#else
#import <React/RCTBridgeModule.h>
#endif

@interface RNZohoDeskPortalHome : NSObject <RCTBridgeModule>

@end

