@class HUFirmwareUpdateItemModule, NSMapTable, NSString; @protocol HUExpandableTextViewCellDelegate; @interface HUFirmwareUpdateItemModuleController : HUItemModuleController @property (readonly, nonatomic) HUFirmwareUpdateItemModule *module; @property (readonly, nonatomic) NSMapTable *expandedStateByItems; @property (weak, nonatomic) id expandableTextViewCellDelegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void).cxx_destruct; - (BOOL)canSelectItem:(id)a0; - (Class)cellClassForItem:(id)a0; - (id)initWithModule:(id)a0 expandableTextViewCellDelegate:(id)a1; - (void)lockupView:(id)a0 downloadControlTapped:(id)a1; - (void)lockupView:(id)a0 expandableTextViewDidExpand:(id)a1; - (void)setupCell:(id)a0 forItem:(id)a1; - (void)updateCell:(id)a0 forItem:(id)a1 animated:(BOOL)a2; @end