GT2/Ejectable/node_modules/@unimodules/react-native-adapter/ios/UMReactNativeAdapter/Services/UMReactLogHandler.h

9 lines
204 B
Objective-C

// Copyright 2018-present 650 Industries. All rights reserved.
#import <UMCore/UMSingletonModule.h>
#import <UMCore/UMLogHandler.h>
@interface UMReactLogHandler : UMSingletonModule <UMLogHandler>
@end