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:
Phillip Pan
2021-10-15 16:13:50 -07:00
committed by Facebook GitHub Bot
parent aeca339f3f
commit f3eb675d23
2 changed files with 1 additions and 3 deletions
-3
View File
@@ -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.)
+1
View File
@@ -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"