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