You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Simplifies code in a number of cases.
* Added the category.
* Updated all uses of similar existing code.
* Updated search window order.
* Update case for split view controllers.
Copy file name to clipboardExpand all lines: Branch-SDK/Branch-SDK/Branch.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@
35
35
#import"BranchUniversalObject.h"
36
36
#import"BranchView.h"
37
37
#import"BranchViewHandler.h"
38
+
#import"UIViewController+Branch.h"
38
39
39
40
/**
40
41
`Branch` is the primary interface of the Branch iOS SDK. Currently, all interactions you will make are funneled through this class. It is not meant to be instantiated or subclassed, usage should be limited to the global instance.
0 commit comments