Skip to content

Commit

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

Changelog: [Internal]

we can simplify the build graph here

Reviewed By: cipolleschi

Differential Revision: D54404844

fbshipit-source-id: 52dfbd05106e72687b969357e274d2c4cdd9ca34
  • Loading branch information
philIip authored and facebook-github-bot committed Mar 12, 2024
1 parent 86a52cc commit 620459a
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 620459a

Please sign in to comment.