// Copyright 2018-present 650 Industries. All rights reserved. #import #import #import // RCTBridgeModule capable of receiving method calls from JS and forwarding them // to proper exported universal modules. Also, it exports important constants to JS, like // properties of exported methods and modules' constants. NS_SWIFT_NAME(NativeModulesProxy) @interface EXNativeModulesProxy : NSObject - (nonnull instancetype)initWithModuleRegistry:(nullable EXModuleRegistry *)moduleRegistry; - (nonnull instancetype)initWithModuleRegistry:(nullable EXModuleRegistry *)moduleRegistry swiftModulesProviderClass:(nullable Class)swiftModulesProviderClass; @end