@class NSString, UIScrollView, UIView, UIViewController; @protocol PLExpandedPlatter, PLClickPresentationInteractionPresentable, PLExpandedPlatterPresentationViewDelegate, PLContentSizeCategoryAdjusting; @interface PLExpandedPlatterPresentationView : UIView @property (readonly, nonatomic) UIView *expandedPlatterView; @property (readonly, nonatomic) UIScrollView *scrollView; @property (weak, nonatomic) UIViewController *presentableViewController; @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)forwardInvocation:(id)a0; - (struct CGSize { double x0; double x1; })contentSizeForSize:(struct CGSize { double x0; double x1; })a0; - (void)scrollViewDidEndDragging:(id)a0 willDecelerate:(BOOL)a1; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (struct CGSize { double x0; double x1; })sizeThatFitsContentWithSize:(struct CGSize { double x0; double x1; })a0; - (void).cxx_destruct; - (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1; - (void)layoutSubviews; - (void)scrollViewDidScroll:(id)a0; - (BOOL)respondsToSelector:(SEL)a0; - (struct CGSize { double x0; double x1; })sizeThatFits:(struct CGSize { double x0; double x1; })a0; - (void)_handleDismissButton:(id)a0; - (void)_configureScrollViewIfNecessary; - (void)_configureExpandedPlatterViewIfNecessary; - (void)_dismissExpandedPlatterWithTrigger:(long long)a0; - (double)_translationWithVelocity:(double)a0 acceleration:(double)a1; @end