@class NSObject, NSString, HMFTimer, HMDCameraStreamSessionID, IDSDeviceConnection; @protocol OS_dispatch_queue, HMDIDSService, OS_dispatch_source; @interface HMDCameraIDSDeviceConnection : HMFObject { unsigned char _keepAliveCounter; NSObject *_highPriorityQueue; NSObject *_keepAliveSocketReceiveSource; HMFTimer *_keepAliveByteSendTimer; HMFTimer *_keepAliveByteReceiveTimeoutTimer; } @property (copy) id /* block */ idsDeviceConnectionFactory; @property (readonly, nonatomic) NSObject *workQueue; @property (readonly, nonatomic) HMDCameraStreamSessionID *sessionID; @property (readonly, nonatomic) id idsProxyStreamService; @property (retain) IDSDeviceConnection *watchVideoConnection; @property (retain) IDSDeviceConnection *watchAudioConnection; @property (retain) IDSDeviceConnection *keepAliveConnection; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)logCategory; - (void)timerDidFire:(id)a0; - (void)dealloc; - (id)logIdentifier; - (void).cxx_destruct; - (void)startKeepAlive; - (void)_callSessionEndedWithError:(id)a0; - (void)_createStreamSocketWithDevice:(id)a0; - (void)_socketOpenedWithError:(id)a0; - (id)initWithSessionID:(id)a0 workQueue:(id)a1 idsProxyStreamService:(id)a2; @end