// Copyright 2015-present 650 Industries. All rights reserved. #import #import @class EXKernelAppRecord; extern RCTFatalHandler handleFatalReactError; @interface EXReactAppExceptionHandler : NSObject - (instancetype)initWithAppRecord:(EXKernelAppRecord *)appRecord NS_DESIGNATED_INITIALIZER; @end