@interface NTPBPaidSubscriptionConfig : PBCodable { struct { unsigned char maxGroupSizeIPad : 1; unsigned char maxGroupSizeIPhone : 1; unsigned char maxTimesHeadlineInGroup : 1; } _has; } @property (nonatomic) BOOL hasMaxGroupSizeIPad; @property (nonatomic) long long maxGroupSizeIPad; @property (nonatomic) BOOL hasMaxGroupSizeIPhone; @property (nonatomic) long long maxGroupSizeIPhone; @property (nonatomic) BOOL hasMaxTimesHeadlineInGroup; @property (nonatomic) long long maxTimesHeadlineInGroup; - (unsigned long long)hash; - (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