@class NSString, HMDHome, NSNotificationCenter; @interface HMDHAPAccessoryConnectionCoordinator : NSObject { struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _lock; HMDHome *_home; NSNotificationCenter *_notificationCenter; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)logCategory; - (id)logIdentifier; - (void).cxx_destruct; - (void)configureWithIsResidentCapable:(BOOL)a0; - (void)_disableDisconnectOnIdleWithAccessoriesAndConnect:(BOOL)a0; - (void)_enableDisconnectOnIdleWithAccessories; - (void)evaluateAccessoryConnectionStatus; - (void)handleCurrentResidentChanged:(id)a0; - (void)handleIsResidentFirstAccessoryCommunicationEnabledDidChangeNotification:(id)a0; - (void)handlePrimaryResidentChanged:(id)a0; - (void)handleResidentAddRemove:(id)a0; - (void)handleResidentChangedOnNonResident; - (void)handleResidentStatusChanged:(id)a0; - (void)handleResidentUpdated:(id)a0; - (id)initWithHome:(id)a0 notificationCenter:(id)a1; @end