UNPKG

343 Btext/x-cView Raw
1#import <Foundation/Foundation.h>
2#import <React/RCTViewManager.h>
3
4NS_ASSUME_NONNULL_BEGIN
5
6@interface RCTOnPageSelected : NSObject <RCTEvent>
7
8- (instancetype) initWithReactTag:(NSNumber *)reactTag
9 position:(NSNumber *)position
10 coalescingKey:(uint16_t)coalescingKey;
11
12@end
13
14NS_ASSUME_NONNULL_END