1 #if __has_include(<EXBranch/EXBranchManager.h>) 2 // Copyright 2015-present 650 Industries. All rights reserved. 3 4 #import <UIKit/UIKit.h> 5 #import <EXBranch/EXBranchManager.h> 6 #import "EXKernelService.h" 7 8 NS_ASSUME_NONNULL_BEGIN 9 10 /** 11 * Handles logic for Branch deep links and integration with the versioned 12 * RN bindings. Based loosely on RNBranch.h but handles versionning and limit 13 * usage to standalone apps. 14 */ 15 @interface EXScopedBranchManager : EXBranchManager <EXKernelService> 16 17 @end 18 19 NS_ASSUME_NONNULL_END 20 #endif 21