@class NSString, NSMapTable; @protocol SBPlatterHomeGestureManagerDelegate; @interface SBPlatterHomeGestureManager : NSObject <SBPlatterHomeGestureContextDelegate> { NSMapTable *_participantsToHomeGestureContexts; } @property (readonly, weak, nonatomic) id<SBPlatterHomeGestureManagerDelegate> delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void).cxx_destruct; - (id)initWithDelegate:(id)a0; - (id)_allParticipants; - (id)_homeGestureContextForParticipant:(id)a0 creatingIfNecessary:(BOOL)a1 withWindowScene:(id)a2; - (id)_participantForHomeGestureContext:(id)a0; - (void)_removeHomeGestureContextForParticipant:(id)a0; - (void)bannerManagerHomeGestureContext:(id)a0 homeGestureOwnershipDidChange:(BOOL)a1; - (id)gestureRecognizerPriorityAssertionForBannerManagerHomeGestureContext:(id)a0; - (id)keyboardHomeAffordanceAssertionForBannerManagerHomeGestureContext:(id)a0; - (id)registerParticipant:(id)a0 windowScene:(id)a1; - (void)unregisterParticipant:(id)a0; - (void)wantsHomeGestureDidChangeForBannerManagerHomeGestureContext:(id)a0; @end