luxlabs header browser preview


@class NSArray;

@interface HUExpandableItemContainerModule : HFItemModule

@property (readonly, nonatomic) NSArray *expandableModules;

- (id)expandableModuleForItem:(id)a0;
- (BOOL)isOptionItem:(id)a0;
- (BOOL)isShowOptionsItem:(id)a0;
- (void)setModuleExpanded:(BOOL)a0 forItem:(id)a1;
- (BOOL)shouldExpandModuleForShowOptionsItem:(id)a0;

@end