Files
bsky-social-app/modules/react-native-scroll-forwarder/ios/ScrollForwarderView.h
T
hailey 0466e4c4a2 fabric: update scroll forwarder for profile headers (#8366)
* progress

* remove old module

* nil delegates

* clean up problems

* fix refreshing

* bump
2025-06-11 00:56:53 +03:00

15 lines
313 B
Objective-C

#import <React/RCTViewComponentView.h>
#import <UIKit/UIKit.h>
#ifndef ScrollForwarderViewNativeComponent_h
#define ScrollForwarderViewNativeComponent_h
NS_ASSUME_NONNULL_BEGIN
@interface ScrollForwarderView : RCTViewComponentView
@end
NS_ASSUME_NONNULL_END
#endif /* ScrollForwarderViewNativeComponent_h */