18 lines
240 B
Objective-C
18 lines
240 B
Objective-C
#pragma once
|
|
|
|
#ifndef RCT_NEW_ARCH_ENABLED
|
|
|
|
#import <React/RCTTouchHandler.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface RCTTouchHandler (RNSUtility)
|
|
|
|
- (void)rnscreens_cancelTouches;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|
|
|
|
#endif // !RCT_NEW_ARCH_ENABLED
|