PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@unimodules/core/ios/UMCore/Protocols

Просмотр файла: UMModuleRegistryConsumer.h

// Copyright © 2018 650 Industries. All rights reserved.

#import <Foundation/Foundation.h>
#import <UMCore/UMModuleRegistry.h>

// Implement this protocol in any module registered
// in UMModuleRegistry to receive an instance of the module registry
// when it's initialized (ready to provide references to other modules).

@protocol UMModuleRegistryConsumer <NSObject>

- (void)setModuleRegistry:(UMModuleRegistry *)moduleRegistry;

@end

Выполнить команду


Для локальной разработки. Не используйте в интернете!