@class NSSet; @protocol _HMNetworkRouterProfileDelegate; @interface _HMNetworkRouterProfile : _HMAccessoryProfile @property (readonly) unsigned long long networkStatus; @property (readonly, getter=isSatellite) BOOL satellite; @property (readonly) NSSet *identifiersForSatelliteProfiles; @property (weak, nonatomic) id<_HMNetworkRouterProfileDelegate> delegate; + (BOOL)supportsSecureCoding; - (void).cxx_destruct; - (id)messageReceiveQueue; - (id)messageDestination; - (id)messageTargetUUID; - (void)setNetworkStatus:(unsigned long long)a0; - (id)initWithCoder:(id)a0; - (void)__handleNetworkStatusUpdated:(id)a0; - (void)_handleNetworkStatusUpdated:(id)a0; - (void)_handleSatelliteProfilesUpdated:(id)a0; - (void)_registerNotificationHandlers; - (BOOL)checkForUpdatedIdentifiersForSatellites:(id)a0; - (BOOL)checkForUpdatedNetworkStatus:(unsigned long long)a0; - (void)handleRuntimeStateUpdate:(id)a0; - (void)setIdentifiersForSatelliteProfiles:(id)a0; - (void)setSatellite:(BOOL)a0; @end