#ifdef RCT_NEW_ARCH_ENABLED #import #import #import #import "UIViewController+CreateExtension.h" NS_ASSUME_NONNULL_BEGIN @interface RNCPagerViewComponentView : RCTViewComponentView - (void)setPage:(NSInteger)number; - (void)setPageWithoutAnimation:(NSInteger)number; @end NS_ASSUME_NONNULL_END #endif