xref: /expo/ios/Exponent/Versioned/Core/ScopedModule/EXScopedBridgeModule.h (revision a8a684ec)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2015-present 650 Industries. All rights reserved.
2 
3 #import <React/RCTBridge.h>
4 #import <React/RCTBridgeModule.h>
5 
6 @interface EXScopedBridgeModule : NSObject <RCTBridgeModule>
7 
8 - (instancetype)init NS_UNAVAILABLE;
9 
10 - (instancetype)initWithExperienceId:(NSString *)experienceId
11                kernelServiceDelegate:(id)kernelServiceInstance
12                               params:(NSDictionary *)params NS_DESIGNATED_INITIALIZER;
13 
14 - (instancetype)initWithExperienceId:(NSString *)experienceId
15                kernelServiceDelegates:(NSDictionary *)kernelServiceInstances
16                               params:(NSDictionary *)params NS_DESIGNATED_INITIALIZER;
17 
18 @property (nonatomic, readonly) NSString *experienceId;
19 
20 @end
21 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025