@class NSString, SBNotificationBannerDestination; @interface SBNotificationLongLookBannerPresentationObservationToken : SBPresentationObservationToken @property (readonly, nonatomic) SBNotificationBannerDestination *notificationBannerDestination; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)dealloc; - (long long)state; - (void).cxx_destruct; - (id)initWithNotificationBannerDestination:(id)a0 scene:(id)a1; - (void)notificationBannerDestinationDidDismissLongLook:(id)a0; - (void)notificationBannerDestinationDidPresentLongLook:(id)a0; - (void)notificationBannerDestinationWillDismissLongLook:(id)a0; - (void)notificationBannerDestinationWillPresentLongLook:(id)a0; @end