// Copyright 2018-present 650 Industries. All rights reserved. #if __has_include() #import NS_ASSUME_NONNULL_BEGIN @interface EXScopedNotificationsHandlerModule : EXNotificationsHandlerModule - (instancetype)initWithScopeKey:(NSString *)scopeKey; @end NS_ASSUME_NONNULL_END #endif