@class HKCodableQuantity; @interface HKCodableChartInsulinValue : PBCodable { struct APPLE_HKCodableChartInsulinValue_1 { unsigned char endDate : 1; unsigned char startDate : 1; } _has; } @property (nonatomic) BOOL hasStartDate; @property (nonatomic) double startDate; @property (nonatomic) BOOL hasEndDate; @property (nonatomic) double endDate; @property (readonly, nonatomic) BOOL hasInsulinQuantity; @property (retain, nonatomic) HKCodableQuantity *insulinQuantity; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end