/*
* This header is generated by classdump-dyld 0.1
* on Wednesday, October 30, 2024 at 11:19:52 PM Eastern European Standard Time
* Operating System: Version 18.1 (Build 22B83)
* Image Source: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
* classdump-dyld is free of use, Copyright © 2013 by Elias Limneos.
*/
@protocol _UIScrollViewScrollObserver_Internal <_UIScrollViewScrollObserver_ForPUICOnly>
@optional-(void)_didScroll;
-(UIEdgeInsets*)_collapsableContentPaddingForObservedScrollView:(id)arg1;
-(void)_observeScrollView:(id)arg1 didBeginTransitionToDeferredContentOffset:(CGPoint)arg2;
-(void)_observeScrollView:(id)arg1 temporaryCoordinatingReplacementDidChange:(id)arg2;
-(void)_observeScrollView:(id)arg1 willEndDraggingWithVelocity:(CGPoint)arg2 targetContentOffset:(CGPoint*)arg3 unclampedOriginalTarget:(CGPoint)arg4;
-(void)_observeScrollViewAlignedContentMarginDidChange:(id)arg1;
-(void)_observeScrollViewDidEndDecelerating:(id)arg1;
-(void)_observeScrollViewDidEndDragging:(id)arg1 willDecelerate:(bool)arg2;
-(void)_observeScrollViewGeometryAffectingContentBottomDidChange:(id)arg1;
-(void)_observeScrollViewHasClearedContentOffsetAnimation:(id)arg1;
-(void)_observeScrollViewWillBeginDragging:(id)arg1;
-(UIEdgeInsets*)_revealableContentPaddingForObservedScrollView:(id)arg1 includeContentWithCollapsedAffinity:(bool)arg2;
@end