From b112eb88e395233cc352c13d89e04446c4234455 Mon Sep 17 00:00:00 2001 From: echo Date: Wed, 13 Dec 2023 21:58:52 -0800 Subject: [PATCH] SDK-2184 remove duplicate umbrella header for testing --- Framework/BranchSDK.h | 63 ------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 Framework/BranchSDK.h diff --git a/Framework/BranchSDK.h b/Framework/BranchSDK.h deleted file mode 100644 index bc23920bd..000000000 --- a/Framework/BranchSDK.h +++ /dev/null @@ -1,63 +0,0 @@ -// -// BranchSDK.h -// BranchSDK -// -// Created by Ernest Cho on 7/29/22. -// - -#import - -//! Project version number for BranchSDK. -FOUNDATION_EXPORT double BranchSDKVersionNumber; - -//! Project version string for BranchSDK. -FOUNDATION_EXPORT const unsigned char BranchSDKVersionString[]; - -// In this header, you should import all the public headers of your framework using statements like #import -#import -#import - -#import -#import - -#import -#import -#import -#import - -#import - -#import - -#if !TARGET_OS_TV -// tvOS does not support these features -#import -#import -#import - -#import -#endif - -// Used by Branch.h for debug and testing APIs. Need to move these. -#import -#import -#import -#import -#import -#import - -// Cascading public headers... - -// BranchUniversalObject uses constants defined in BNCCurrency.h and BNCProductCategory.h -#import -#import - -#import -// BNCServerRequest includes BNCServerInterface.h -#import -// BNCServerInterface.h includes BNCServerResponse.h and BNCPreferenceHelper.h -#import -#import - -// BNCLinkCache.h uses BNCLinkData.h -#import