Skip to content

Commit

Permalink
fix(ios): import correct header
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
berendsliedrecht committed Nov 8, 2024
1 parent 1e39615 commit 552de2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/MdocDataTransfer.mm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "MdocDataTransfer.h"
#import "MdocDataTransfer/MdocDataTransfer-Swift.h"
#import "MdocDataTransfer-Swift.h"

static MdocDataTransferImpl *mdoc_data_transfer = [MdocDataTransferImpl new];

Expand Down

0 comments on commit 552de2e

Please sign in to comment.