@class NSString; @protocol CCUIOverlayMetricsProvider, CCUIOverlayViewProvider, CCUIOverlayFlickGestureBehavior; @interface CCUIOverlayScaleFadePresentationProvider : NSObject @property (readonly, nonatomic, getter=isPanDismissalAvailable) BOOL panDismissalAvailable; @property (readonly, nonatomic, getter=isZoomEnabled) BOOL zoomEnabled; @property (readonly, nonatomic) BOOL allowHotPocketDuringTransition; @property (weak, nonatomic) id viewProvider; @property (weak, nonatomic) id metricsProvider; @property (readonly, nonatomic) unsigned long long headerMode; @property (readonly, copy, nonatomic) id flickGestureBehavior; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)_baseC2AnimationParametersForTransitionState:(id)a0; - (id)animationBatchForTransitionState:(id)a0 previousTransitionState:(id)a1; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_presentedViewFrame; - (unsigned long long)finalTransitionTypeForState:(id)a0 gestureTranslation:(struct CGPoint { double x0; double x1; })a1 gestureVelocity:(struct CGPoint { double x0; double x1; })a2; - (void)layoutViews; - (void)_addBackgroundViewWeightingAnimationToBatch:(id)a0 transitionState:(id)a1; - (BOOL)backdropViewShouldUseAlphaTransformer; - (void).cxx_destruct; - (BOOL)allowHotPocketDuringTransition; - (BOOL)tapAllowsDismissalForLocation:(struct CGPoint { double x0; double x1; })a0; - (id)transitionStateForType:(unsigned long long)a0 interactive:(BOOL)a1 translation:(struct CGPoint { double x0; double x1; })a2; - (void)_addContainerAlphaAnimationToBatch:(id)a0 transitionState:(id)a1; - (void)_addContainerTransformAnimationToBatch:(id)a0 transitionState:(id)a1; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_statusLabelViewFrame; - (id /* block */)customBackdropScaleAdjustment; @end