luxlabs header browser preview


@class NSString, HUSceneSuggestionsItemManager;
@protocol HUSceneEditorDelegate, HUPresentationDelegate;

@interface HUSceneSuggestionsViewController : HUItemTableViewController <HUPresentationDelegateHost>

@property (weak, nonatomic) HUSceneSuggestionsItemManager *suggestionsItemManager;
@property (weak, nonatomic) id<HUSceneEditorDelegate> sceneEditorDelegate;
@property (weak, nonatomic) id<HUPresentationDelegate> presentationDelegate;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)computeNumberOfSuggestionsInHome:(id)a0;

- (id)init;
- (void)tableView:(id)a0 didSelectRowAtIndexPath:(id)a1;
- (void).cxx_destruct;
- (BOOL)tableView:(id)a0 shouldHighlightRowAtIndexPath:(id)a1;
- (void)_cancel:(id)a0;
- (void)_showActionEditorForActionSetSuggestionItem:(id)a0;
- (void)_showActionEditorForNewCustomScene;
- (Class)cellClassForItem:(id)a0 indexPath:(id)a1;
- (void)setupCell:(id)a0 forItem:(id)a1 indexPath:(id)a2;

@end