#import #import NS_ASSUME_NONNULL_BEGIN @interface RCTOnPageSelected : NSObject - (instancetype) initWithReactTag:(NSNumber *)reactTag position:(NSNumber *)position coalescingKey:(uint16_t)coalescingKey; @end NS_ASSUME_NONNULL_END