mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-27 19:25:20 +08:00
[ml-language] move header import outside of conditional (was breaking when disabled)
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#import "RNFBMLNaturalLanguageIdModule.h"
|
||||
#if __has_include(<FirebaseMLNLLanguageID/FIRLanguageIdentificationOptions.h>)
|
||||
|
||||
#import <React/RCTUtils.h>
|
||||
#import "RNFBSharedUtils.h"
|
||||
#import "RNFBMLNaturalLanguageIdModule.h"
|
||||
|
||||
|
||||
#define DEPENDENCY_EXISTS=1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user