@class UIColor; @interface HKBloodPressureSeriesPresentationStyle : NSObject @property (nonatomic) double width; @property (retain, nonatomic) UIColor *systolicSymbolColor; @property (retain, nonatomic) UIColor *systolicFillColor; @property (retain, nonatomic) UIColor *diastolicSymbolColor; @property (retain, nonatomic) UIColor *diastolicFillColor; - (void).cxx_destruct; @end