File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,6 @@ NS_ASSUME_NONNULL_BEGIN
1414
1515+ (BranchPluginSupport *)instance ;
1616
17- /* *
18- Sets a custom base URL for all calls to the Branch API.
19- @param url Base URL that the Branch API will use.
20- */
21- + (void )setAPIUrl : (NSString *)url ;
22-
2317/* *
2418Sets a custom CDN base URL.
2519@param url Base URL for CDN endpoints.
Original file line number Diff line number Diff line change @@ -54,11 +54,6 @@ + (BranchPluginSupport *)instance {
5454
5555#pragma mark - Server URL methods
5656
57- // Overrides base API URL
58- + (void )setAPIUrl : (NSString *)url {
59- [[BNCPreferenceHelper sharedInstance ] setBranchAPIURL: url];
60- }
61-
6257// Overrides base CDN URL
6358+ (void )setCDNBaseUrl : (NSString *)url {
6459 [[BNCPreferenceHelper sharedInstance ] setPatternListURL: url];
You can’t perform that action at this time.
0 commit comments