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

15 lines
341 B
Objective-C

#import <Foundation/Foundation.h>
#import <React/RCTViewManager.h>
NS_ASSUME_NONNULL_BEGIN
@interface RCTOnPageScrollEvent : NSObject <RCTEvent>
- (instancetype) initWithReactTag:(NSNumber *)reactTag
position:(NSNumber *)position
offset:(NSNumber *)offset;
@end
NS_ASSUME_NONNULL_END