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