1 // Copyright 2018-present 650 Industries. All rights reserved. 2 3 #if __has_include(<EXErrorRecovery/EXErrorRecoveryModule.h>) 4 #import <EXErrorRecovery/EXErrorRecoveryModule.h> 5 6 @interface EXScopedErrorRecoveryModule : EXErrorRecoveryModule 7 8 - (instancetype)initWithScopeKey:(NSString *)scopeKey; 9 10 @end 11 12 #endif 13