@class NSString, NSMutableArray; @interface ATXPBBlendingSessionUICache : PBCodable <NSCopying> @property (readonly, nonatomic) BOOL hasConsumerSubType; @property (retain, nonatomic) NSString *consumerSubType; @property (retain, nonatomic) NSMutableArray *suggestions; + (Class)suggestionType; - (unsigned long long)hash; - (void)clearSuggestions; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (void).cxx_destruct; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (unsigned long long)suggestionsCount; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (void)addSuggestion:(id)a0; - (id)suggestionAtIndex:(unsigned long long)a0; @end