Skip to content

Commit 2f4c41f

Browse files
authored
Merge pull request #404 from BranchMetrics/fix-var-scope
change variable scope
2 parents 7866773 + fdf9bef commit 2f4c41f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Branch-SDK/Branch-SDK/BNCServerInterface.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
#import "BranchConstants.h"
1414
#import "BNCDeviceInfo.h"
1515

16-
NSDate *startTime;
17-
NSString *requestEndpoint;
18-
1916
void (^NSURLSessionCompletionHandler) (NSData *data, NSURLResponse *response, NSError *error);
2017
void (^NSURLConnectionCompletionHandler) (NSURLResponse *response, NSData *responseData, NSError *error);
2118

2219
@implementation BNCServerInterface
2320

21+
NSDate *startTime;
22+
NSString *requestEndpoint;
23+
2424
#pragma mark - GET methods
2525

2626
- (void)getRequest:(NSDictionary *)params url:(NSString *)url key:(NSString *)key callback:(BNCServerCallback)callback {

0 commit comments

Comments
 (0)