luxlabs header browser preview


@class HKCategorySample, NSMutableArray;
@protocol HKDataMetadataViewControllerDelegate;

@interface WDAtrialFibrillationEventMetadataViewController : HKTableViewController <HKHeartbeatSequenceListMetadataSectionDelegate, HKAdaptiveModalPresented>

@property (nonatomic) BOOL firstViewDidLayoutSubviews;
@property (retain, nonatomic) HKCategorySample *event;
@property (retain, nonatomic) NSMutableArray *sections;
@property (weak, nonatomic) id<HKDataMetadataViewControllerDelegate> delegate;

- (long long)numberOfSectionsInTableView:(id)a0;
- (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1;
- (long long)tableView:(id)a0 numberOfRowsInSection:(long long)a1;
- (void)traitCollectionDidChange:(id)a0;
- (void)tableView:(id)a0 willDisplayCell:(id)a1 forRowAtIndexPath:(id)a2;
- (void)viewDidLayoutSubviews;
- (void)tableView:(id)a0 didSelectRowAtIndexPath:(id)a1;
- (void)viewDidLoad;
- (id)tableView:(id)a0 titleForHeaderInSection:(long long)a1;
- (void).cxx_destruct;
- (id)tableView:(id)a0 titleForFooterInSection:(long long)a1;
- (void)_loadSections;
- (void)viewControllerDidLeaveAdaptiveModal;
- (void)viewControllerWillEnterAdaptiveModal;
- (BOOL)_addSectionIfNonNull:(id)a0;
- (void)heartbeatSequecesListQueryComplete:(id)a0;
- (id)_atrialFibrillationEducationContainerView;
- (void)_reloadAtrialFibrillationEducationTableHeaderView;
- (id)_shortVersionNumberFromString:(id)a0;
- (id)initWithEvent:(id)a0 delegate:(id)a1;

@end