@class NTPBScoreProfile; @interface NTPBScoreProfiles : PBCodable @property (readonly, nonatomic) BOOL hasDefaultScoreProfile; @property (retain, nonatomic) NTPBScoreProfile *defaultScoreProfile; @property (readonly, nonatomic) BOOL hasForYouGroupScoreProfile; @property (retain, nonatomic) NTPBScoreProfile *forYouGroupScoreProfile; - (unsigned long long)hash; - (void)dealloc; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (id)dictionaryRepresentation; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end