// Copyright 2015-present 650 Industries. All rights reserved. #import #import @interface EXScopedBridgeModule : NSObject - (instancetype)init NS_UNAVAILABLE; - (instancetype)initWithExperienceStableLegacyId:(NSString *)experienceStableLegacyId scopeKey:(NSString *)scopeKey kernelServiceDelegate:(id)kernelServiceInstance params:(NSDictionary *)params NS_DESIGNATED_INITIALIZER; - (instancetype)initWithExperienceStableLegacyId:(NSString *)experienceStableLegacyId scopeKey:(NSString *)scopeKey kernelServiceDelegates:(NSDictionary *)kernelServiceInstances params:(NSDictionary *)params NS_DESIGNATED_INITIALIZER; @property (nonatomic, readonly) NSString *scopeKey; @property (nonatomic, readonly) NSString *experienceStableLegacyId; @end