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

15 lines
350 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 RCTOnPageScrollStateChanged : NSObject <RCTEvent>
- (instancetype) initWithReactTag:(NSNumber *)reactTag
state:(NSString *)state
coalescingKey:(uint16_t)coalescingKey;
@end
NS_ASSUME_NONNULL_END