@class HUHomeTheaterAudioItemModule; @protocol HMMediaDestination; @interface HUMediaDestinationItem : HFItem @property (readonly) HUHomeTheaterAudioItemModule *homeTheaterAudioItemModule; @property (readonly) id thisDestination; - (id)init; - (void).cxx_destruct; - (id)initWithDestination:(id)a0 withModule:(id)a1; - (id)_subclass_updateWithOptions:(id)a0; - (id)iconForAudioDestination:(id)a0; @end