16 lines
238 B
C
16 lines
238 B
C
|
#ifdef RCT_NEW_ARCH_ENABLED
|
||
|
|
||
|
#import <React/RCTSurfaceTouchHandler.h>
|
||
|
|
||
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
||
|
@interface RCTSurfaceTouchHandler (RNSUtility)
|
||
|
|
||
|
- (void)rnscreens_cancelTouches;
|
||
|
|
||
|
@end
|
||
|
|
||
|
NS_ASSUME_NONNULL_END
|
||
|
|
||
|
#endif // RCT_NEW_ARCH_ENABLED
|