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

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

@interface RNZohoDeskPortalCommunity : NSObject <RCTBridgeModule>

@end
