xref: /expo/ios/Exponent/Versioned/Core/UniversalModules/EXScopedModuleRegistryDelegate.h (revision efd75dec)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright © 2018 650 Industries. All rights reserved.
2 
3 #import <Foundation/Foundation.h>
4 #import <ExpoModulesCore/EXModuleRegistry.h>
5 #import <ExpoModulesCore/EXModuleRegistryDelegate.h>
6 
7 @interface EXScopedModuleRegistryDelegate : NSObject <EXModuleRegistryDelegate>
8 
9 - (instancetype)initWithParams:(NSDictionary *)params;
10 
11 - (id<EXInternalModule>)pickInternalModuleImplementingInterface:(Protocol *)interface fromAmongModules:(NSArray<id<EXInternalModule>> *)internalModules;
12 
13 @end
14 

served by {OpenGrok

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