newsmemory-ios-sdk/Frameworks/react-native-pager-view.xcf.../ios-arm64/Headers/RCTOnPageSelected.h

15 lines
343 B
C
Raw Normal View History

2024-05-02 15:08:24 +00:00
#import <Foundation/Foundation.h>
#import <React/RCTViewManager.h>
NS_ASSUME_NONNULL_BEGIN
@interface RCTOnPageSelected : NSObject <RCTEvent>
- (instancetype) initWithReactTag:(NSNumber *)reactTag
position:(NSNumber *)position
coalescingKey:(uint16_t)coalescingKey;
@end
NS_ASSUME_NONNULL_END