@class _UIPassthroughScrollInteraction, NSString, UIView; @protocol _UIPopoverDimmingViewDelegate; @interface _UIPopoverDimmingView : UIDimmingView <_UIPassthroughScrollInteractionDelegate> { BOOL _lastHitTestWasPassedThrough; } @property (readonly, nonatomic) _UIPassthroughScrollInteraction *_passthroughScrollInteraction; @property (weak, nonatomic) id<_UIPopoverDimmingViewDelegate> delegate; @property (weak, nonatomic) UIView *transitionContainerView; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)willMoveToWindow:(id)a0; - (void).cxx_destruct; - (void)_setOverrideAllowsHitTestingOnTouchFallbackView:(BOOL)a0; - (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1; - (BOOL)_delegateAllowsInteraction; - (BOOL)passthroughScrollInteractionDidRecognize:(id)a0; - (void)didMoveToWindow; - (void)_sendDelegateDimmingViewWasTapped; - (BOOL)passthroughScrollInteraction:(id)a0 shouldInteractAtLocation:(struct CGPoint { double x0; double x1; })a1 withEvent:(id)a2; @end