@class NSString, NSMapTable; @protocol HUHomePodAlarmItemModuleControllerDelegate; @interface HUHomePodAlarmItemModuleController : HUItemModuleController @property (readonly, nonatomic) NSMapTable *cellToItemMap; @property (weak, nonatomic) id delegate; @property (readonly, nonatomic) BOOL allowsCellSelection; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)_significantTimeChange:(id)a0; - (void).cxx_destruct; - (id)initWithModule:(id)a0; - (BOOL)canSelectItem:(id)a0; - (unsigned long long)didSelectItem:(id)a0; - (BOOL)_shouldAllowCellSelection; - (Class)cellClassForItem:(id)a0; - (void)setAlarmEnabled:(BOOL)a0 forCell:(id)a1; - (void)setupCell:(id)a0 forItem:(id)a1; - (void)updateCell:(id)a0 forItem:(id)a1 animated:(BOOL)a2; @end