@class NSString, HKSourceListDataSource; @interface WDSourcesViewController : WDHealthTableViewController { HKSourceListDataSource *_appsDataSource; HKSourceListDataSource *_devicesDataSource; } @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)tableViewSectionClasses; - (void)pushViewController:(id)a0 animated:(BOOL)a1; - (void)viewWillAppear:(BOOL)a0; - (void)viewDidLoad; - (void)applicationWillEnterForeground; - (void).cxx_destruct; - (void)viewDidAppear:(BOOL)a0; - (void)pushViewController:(id)a0; - (void)applyChangeActivity:(id)a0; - (id)applyTransitionActivity:(id)a0; - (id)uniqueUserActivityType; - (void)_updateActivityForViewDidAppear; - (id)initWithProfile:(id)a0 usingInsetStyling:(BOOL)a1; @end