12 lines
192 B
C
12 lines
192 B
C
|
#ifdef RCT_NEW_ARCH_ENABLED
|
||
|
|
||
|
#include <React/RCTImageComponentView.h>
|
||
|
|
||
|
@interface RCTImageComponentView (RNSScreenStackHeaderConfig)
|
||
|
|
||
|
- (UIImage *)image;
|
||
|
|
||
|
@end
|
||
|
|
||
|
#endif // RCT_NEW_ARCH_ENABLED
|