@class NSString, HKSourceListDataSource; @interface WDSourcesListTableViewSection : WDTableViewSection @property (nonatomic) BOOL shouldHideHeader; @property (retain, nonatomic) HKSourceListDataSource *dataSource; @property (copy, nonatomic) NSString *restorationSourceBundleIdentifier; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)detailViewControllerForSourceModel:(id)a0 withProfile:(id)a1; - (void)dealloc; - (void).cxx_destruct; - (void)setSourceListDataSource:(id)a0; - (void)sourceListDataSourceDidUpdate:(id)a0; - (double)estimatedHeightForRow:(unsigned long long)a0; - (double)heightForRow:(unsigned long long)a0; - (id)noneString; - (void)dataSourceDidUpdate; - (id)detailViewControllerForSourceModel:(id)a0; - (id)noneCellForTableView:(id)a0; @end