#import <Foundation/Foundation.h>
#import <ReactCommon/RCTTurboModule.h>

NS_ASSUME_NONNULL_BEGIN

@interface ReactNativeEncodingModuleProvider : NSObject <RCTModuleProvider>

@end

NS_ASSUME_NONNULL_END
