@class HKGraphSeries, HKDisplayType, UIColor; @interface HKGraphSeriesConfiguration : NSObject @property (retain, nonatomic) HKGraphSeries *graphSeries; @property (retain, nonatomic) HKDisplayType *displayType; @property (retain, nonatomic) UIColor *tintColor; - (void).cxx_destruct; @end