xref: /expo/packages/expo-modules-core/ios/ModuleRegistry/EXModuleRegistryDelegate.h (revision bb5069cd)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright © 2018 650 Industries. All rights reserved.
2 
3 #import <Foundation/Foundation.h>
4 
5 #import <ExpoModulesCore/EXInternalModule.h>
6 
7 @protocol EXModuleRegistryDelegate <NSObject>
8 
9 - (id<EXInternalModule>)pickInternalModuleImplementingInterface:(Protocol *)interface fromAmongModules:(NSArray<id<EXInternalModule>> *)internalModules;
10 
11 @end
12 

served by {OpenGrok

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