luxlabs header browser preview


@class UILabel, NSString;

@interface WDMedicalRecordSectionHeaderCell : WDMedicalRecordGroupableCell

@property (retain, nonatomic) UILabel *titleLabel;
@property (copy, nonatomic) NSString *title;

+ (id)_titleLabelFont;
+ (double)_titleLabelLastBaselineToBottom;
+ (double)_titleLabelTopToFirstBaseline;

- (void).cxx_destruct;
- (void)setupSubviews;

@end