#ifdef RCT_NEW_ARCH_ENABLED #if !TARGET_OS_OSX #import #else #import #endif #import #import "RNGestureHandlerButton.h" NS_ASSUME_NONNULL_BEGIN @interface RNGestureHandlerButtonComponentView : RCTViewComponentView - (void)setAccessibilityProps:(const facebook::react::Props::Shared &)props oldProps:(const facebook::react::Props::Shared &)oldProps; @end NS_ASSUME_NONNULL_END #endif // RCT_NEW_ARCH_ENABLED