Skip to content

Commit 7180d9e

Browse files
committed
Fixes issue #332 by explicitly specifying path to header files
1 parent 54c252f commit 7180d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Branch-SDK/Branch-SDK/Branch.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
#import "BranchRegisterViewRequest.h"
4040

4141
//Fabric
42-
#import "FABKitProtocol.h"
43-
#import "Fabric+FABKits.h"
42+
#import "../Fabric/FABKitProtocol.h"
43+
#import "../Fabric/Fabric+FABKits.h"
4444

4545

4646
NSString * const BRANCH_FEATURE_TAG_SHARE = @"share";

0 commit comments

Comments
 (0)