@class NSXPCListener, NSSet, NSString, NSMapTable, NSObject; @protocol UIDraggingSystemMonitorDelegate, OS_dispatch_queue; @interface UIDraggingSystemMonitor : NSObject { NSXPCListener *_systemListener; NSObject *_xpcQueue; NSMapTable *_sessionsBySessionInfo; } @property (readonly, nonatomic) NSSet *sessions; @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; + (id)sharedInstance; + (id)new; - (id)init; - (id)_init; - (BOOL)listener:(id)a0 shouldAcceptNewConnection:(id)a1; - (void).cxx_destruct; - (oneway void)dragDidBeginWithSystemSession:(id)a0 info:(id)a1 reply:(id /* block */)a2; - (oneway void)dragDidEndWithSystemSession:(id)a0; - (id)sessionForDropSession:(id)a0; - (void)xpcQueue_acceptNewConnection:(id)a0; - (BOOL)xpcQueue_shouldAcceptNewConnection:(id)a0; @end