File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
packages/react-native/React/Fabric/Mounting/ComponentViews/View Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 66 */
77
88#import < UIKit/UIKit.h>
9-
9+ # import < React/RCTImageResponseDelegate.h >
1010#import < react/renderer/components/view/ViewShadowNode.h>
1111
1212NS_ASSUME_NONNULL_BEGIN
1313
14- @protocol RCTBackgroundImageURLLoaderDelegate <NSObject >
14+ @protocol RCTBackgroundImageURLLoaderDelegate <RCTImageResponseDelegate >
1515
1616- (void )backgroundImagesDidLoad ;
1717
Original file line number Diff line number Diff line change 77
88#import " RCTBackgroundImageURLLoader.h"
99
10- #import < React/RCTImageResponseDelegate.h>
1110#import < React/RCTLog.h>
1211#import < React/RCTImageResponseObserverProxy.h>
1312#import < react/renderer/components/view/ViewState.h>
1716
1817using namespace facebook ::react;
1918
20- @interface RCTBackgroundImageURLLoader () <RCTImageResponseDelegate>
21- @end
22-
2319@implementation RCTBackgroundImageURLLoader {
2420 ViewShadowNode::ConcreteState::Shared _state;
2521 std::map<std::string, RCTImageResponseObserverProxy> _uriToObserver;
You can’t perform that action at this time.
0 commit comments