mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-24 01:38:18 +00:00
fix(imports): delete some useless imports which may cause problems
This commit is contained in:
parent
077b0091ed
commit
a5b9f7e717
@ -2,7 +2,6 @@
|
||||
#import <React/RCTBridge.h>
|
||||
#import <React/RCTBridgeModule.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "RNCamera.h"
|
||||
|
||||
#if __has_include("RNFaceDetectorManager.h")
|
||||
#import "RNFaceDetectorManager.h"
|
||||
|
@ -1,13 +1,11 @@
|
||||
#import "RNCamera.h"
|
||||
#import "RNCameraUtils.h"
|
||||
#import "RNImageUtils.h"
|
||||
#import "RNCameraManager.h"
|
||||
#import "RNFileSystem.h"
|
||||
#import <React/RCTEventDispatcher.h>
|
||||
#import <React/RCTLog.h>
|
||||
#import <React/RCTUtils.h>
|
||||
#import <React/UIView+React.h>
|
||||
#import <AVFoundation/AVFoundation.h>
|
||||
|
||||
@interface RNCamera ()
|
||||
|
||||
|
@ -6,7 +6,6 @@
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <AVFoundation/AVFoundation.h>
|
||||
#import "RNCameraManager.h"
|
||||
|
||||
@interface RNCameraUtils : NSObject
|
||||
|
Loading…
x
Reference in New Issue
Block a user