@interface HDAWDHealthKitWeeklySummaryDetail : PBCodable { struct { unsigned char mostRecentGoal : 1; unsigned char numTimesGoalAchieved : 1; unsigned char selectedGoal : 1; } _has; } @property (nonatomic) BOOL hasMostRecentGoal; @property (nonatomic) long long mostRecentGoal; @property (nonatomic) BOOL hasNumTimesGoalAchieved; @property (nonatomic) long long numTimesGoalAchieved; @property (nonatomic) BOOL hasSelectedGoal; @property (nonatomic) long long selectedGoal; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end