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.
2 parents 7866773 + fdf9bef commit 2f4c41fCopy full SHA for 2f4c41f
Branch-SDK/Branch-SDK/BNCServerInterface.m
@@ -13,14 +13,14 @@
13
#import "BranchConstants.h"
14
#import "BNCDeviceInfo.h"
15
16
-NSDate *startTime;
17
-NSString *requestEndpoint;
18
-
19
void (^NSURLSessionCompletionHandler) (NSData *data, NSURLResponse *response, NSError *error);
20
void (^NSURLConnectionCompletionHandler) (NSURLResponse *response, NSData *responseData, NSError *error);
21
22
@implementation BNCServerInterface
23
+NSDate *startTime;
+NSString *requestEndpoint;
+
24
#pragma mark - GET methods
25
26
- (void)getRequest:(NSDictionary *)params url:(NSString *)url key:(NSString *)key callback:(BNCServerCallback)callback {
0 commit comments