luxlabs header browser preview


@class HUAppleMusicAccountModule, HUPrimaryUserSettingsItemModule;
@protocol HFMediaProfileContainer;

@interface HUAppleMusicAccountItemManager : HFItemManager

@property (retain, nonatomic) HUAppleMusicAccountModule *appleMusicAccountModule;
@property (retain, nonatomic) HUPrimaryUserSettingsItemModule *primaryUserSettingsItemModule;
@property (nonatomic) BOOL shouldDisableUpdates;
@property (readonly, nonatomic) id<HFMediaProfileContainer> mediaProfileContainer;

- (void).cxx_destruct;
- (id)_buildItemModulesForHome:(id)a0;
- (id)_buildSectionsWithDisplayedItems:(id)a0;
- (void)_moduleStateDidChangeFrom:(unsigned long long)a0 to:(unsigned long long)a1;
- (BOOL)_showAppleMusicSettings;
- (BOOL)_showPrimaryUserSettings;
- (id)initWithMediaProfileContainer:(id)a0 delegate:(id)a1;

@end