@class NSObject, RPCompanionLinkClient; @protocol COEndpointMonitorDelegate, OS_dispatch_queue; @interface COEndpointMonitor : NSObject { RPCompanionLinkClient *_client; NSObject *_queue; unsigned long long _activeEndpointCount; } @property (weak) id delegate; - (id)init; - (void).cxx_destruct; - (void)startMonitoring; - (void)_activateLink; @end