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

15 lines
341 B
C
Raw Normal View History

2024-03-06 10:57:49 +00:00
#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