Skip to content

Commit

Permalink
fix: ios scanner manager missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tweenkie committed Dec 18, 2019
1 parent 7dec270 commit 23f9193
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/RNPdfScannerManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#import "RNPdfScannerManager.h"
#import "DocumentScannerView.h"

#import <React/RCTBridge.h>
#import <React/RCTUIManager.h>
#import <React/RCTLog.h>

@interface RNPdfScannerManager()
@end

Expand Down

0 comments on commit 23f9193

Please sign in to comment.