Skip to content

Commit

Permalink
Merge pull request #7 from punchh/JIRA-MF-2072
Browse files Browse the repository at this point in the history
Updated imports for text detector manager
  • Loading branch information
dishantwalia authored May 1, 2024
2 parents a7d9e4c + a3e8a38 commit 5247430
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/RN/TextDetectorManager.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#if __has_include(<MLKitTextRecognition/MLKitTextRecognition.h>)
@import MLKitVision;
@import MLKitTextRecognition;
@import MLKitTextRecognitionCommon;
@import MLKitVision;
#endif
@interface TextDetectorManager : NSObject
typedef void(^postRecognitionBlock)(NSArray *textBlocks);
Expand Down

0 comments on commit 5247430

Please sign in to comment.