We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad41ba4 commit e70bbe9Copy full SHA for e70bbe9
Framework/BranchSDK.h
@@ -49,9 +49,10 @@ FOUNDATION_EXPORT const unsigned char BranchSDKVersionString[];
49
50
// Cascading public headers...
51
52
-// BranchUniversalObject uses constants defined in BNCCommerceEvent.h
53
-#import <BranchSDK/BNCCommerceEvent.h>
54
-// BNCCommerceEvent.h includes BNCServerRequest.h
+// BranchUniversalObject uses constants defined in BNCCurrency.h and BNCCurrency.h
+#import <BranchSDK/BNCCurrency.h>
55
+
56
#import <BranchSDK/BNCServerRequest.h>
57
// BNCServerRequest includes BNCServerInterface.h
58
#import <BranchSDK/BNCServerInterface.h>
0 commit comments