Skip to content

Commit 037aa2d

Browse files
author
Igor Makarov
committed
fix imports
1 parent c498a57 commit 037aa2d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Tests/DeepLink/DPLDeepLink_AppLinksSpec.m

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
@import DeepLinkKit.Private;
2-
@import DeepLinkKit.AppLinks;
1+
#import "DPLDeepLink.h"
2+
#import "DPLDeepLink+AppLinks.h"
3+
#import "DPLDeepLink_Private.h"
4+
#import "DPLMutableDeepLink.h"
5+
#import "DPLMutableDeepLink+AppLinks.h"
36

47
SpecBegin(DPLDeepLink_AppLinks)
58

0 commit comments

Comments
 (0)