Skip to content

Commit 31ff358

Browse files
author
Edward Smith
committed
Release 0.15.3.
1 parent e06725c commit 31ff358

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Branch.framework.zip

161 KB
Binary file not shown.

Branch.framework/Versions/A/Branch

309 KB
Binary file not shown.

Branch.framework/Versions/A/Headers/BNCServerRequestQueue.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
//
77
//
88

9-
#import "BNCServerRequest.h"
109

10+
#import "BNCServerRequest.h"
1111
@class BranchOpenRequest;
1212

13-
@interface BNCServerRequestQueue : NSObject
1413

15-
@property (nonatomic, readonly) unsigned int size;
14+
@interface BNCServerRequestQueue : NSObject
1615

1716
- (void)enqueue:(BNCServerRequest *)request;
1817
- (BNCServerRequest *)dequeue;
@@ -32,4 +31,6 @@
3231

3332
+ (id)getInstance;
3433

34+
@property (readonly, assign) NSInteger queueDepth;
35+
@property (readonly, assign) BOOL isDirty;
3536
@end

checksum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
2-
56a627263f5f8a85a9f79f3925fa70c9eab9c938 Branch-iOS-SDK.zip
2+
5ebea1192cccd7ebfb895abe9442ce7b213fd67a Branch-iOS-SDK.zip
33
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
4-
0e8b62baca088670dfd939d89294661c0c3259df Branch-iOS-TestBed.zip
4+
fa6504013c7a184effe89479cf1a98c794f0dd53 Branch-iOS-TestBed.zip

0 commit comments

Comments
 (0)