// Copyright 2019-present 650 Industries. All rights reserved. #if __has_include() #import #import #import NS_ASSUME_NONNULL_BEGIN @protocol EXBranchScopedModuleDelegate - (void)branchModuleDidInit:(id _Nonnull)branchModule; @end @interface EXScopedBranch : RNBranch @property (nonatomic, strong) NSString *experienceId; - (instancetype)initWithExperienceId:(NSString *)experienceId; @end NS_ASSUME_NONNULL_END #endif