Skip to content

Commit

Permalink
change import to RCTBridgeProxy to forward declaration (facebook#43313)
Browse files Browse the repository at this point in the history
Summary:

Changelog: [Internal]

we can simplify the build graph here

Differential Revision: D54404844
  • Loading branch information
philIip authored and facebook-github-bot committed Mar 4, 2024
1 parent 9f85a24 commit 37520d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
#import <memory>

#import <React/RCTBridgeModuleDecorator.h>
#import <React/RCTBridgeProxy.h>
#import <React/RCTDefines.h>
#import <React/RCTTurboModuleRegistry.h>
#import <ReactCommon/RuntimeExecutor.h>
#import <ReactCommon/TurboModuleBinding.h>

#import "RCTTurboModule.h"

@class RCTBridgeProxy;
@class RCTTurboModuleManager;

@protocol RCTTurboModuleManagerDelegate <NSObject>
Expand Down

0 comments on commit 37520d1

Please sign in to comment.