14 lines
206 B
Objective-C
14 lines
206 B
Objective-C
#pragma once
|
|
|
|
#ifdef RCT_NEW_ARCH_ENABLED
|
|
|
|
#include <React/RCTImageComponentView.h>
|
|
|
|
@interface RCTImageComponentView (RNSScreenStackHeaderConfig)
|
|
|
|
- (UIImage *)image;
|
|
|
|
@end
|
|
|
|
#endif // RCT_NEW_ARCH_ENABLED
|