Files
Fluxup_PAP/node_modules/react-native-screens/ios/helpers/scroll-view/RNSContentScrollViewProviding.h
2026-03-10 16:18:05 +00:00

12 lines
343 B
Objective-C

#pragma once
@protocol RNSContentScrollViewProviding
/**
* Finds content ScrollView within provider's hierarchy. The content ScrollView serves as a main interaction on the
* given screen. Implementations may use `RNSScrollViewFinder` to continue the search however they see fit.
*/
- (nullable UIScrollView *)findContentScrollView;
@end