mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
clean up RCTFabricSurface imports
Summary: Changelog: [Internal] making these imports a little more optimal & clean Reviewed By: javache Differential Revision: D31594240 fbshipit-source-id: 076610454a6f3c35ac58e97bd9f887b05b86f5bb
This commit is contained in:
committed by
Facebook GitHub Bot
parent
aeca339f3f
commit
f3eb675d23
@@ -6,8 +6,6 @@
|
||||
*/
|
||||
|
||||
#import <React/RCTSurfaceProtocol.h>
|
||||
#import <React/RCTSurfaceStage.h>
|
||||
#import <react/renderer/mounting/MountingCoordinator.h>
|
||||
#import <react/renderer/scheduler/SurfaceHandler.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@@ -15,7 +13,6 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@class RCTBridge;
|
||||
@class RCTSurfaceView;
|
||||
@class RCTSurfacePresenter;
|
||||
@protocol RCTSurfaceDelegate;
|
||||
|
||||
/**
|
||||
* (This is Fabric-compatible RCTSurface implementation.)
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#import <React/RCTSurfaceView.h>
|
||||
#import <React/RCTUIManagerUtils.h>
|
||||
#import <React/RCTUtils.h>
|
||||
#import <react/renderer/mounting/MountingCoordinator.h>
|
||||
|
||||
#import "RCTSurfacePresenter.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user