@class NSMutableArray; @interface NTPBItemsTodaySectionSpecificConfig : PBCodable { struct { unsigned char maxArticlesShown : 1; } _has; } @property (retain, nonatomic) NSMutableArray *items; @property (nonatomic) BOOL hasMaxArticlesShown; @property (nonatomic) unsigned long long maxArticlesShown; + (Class)itemsType; - (unsigned long long)hash; - (void)dealloc; - (BOOL)readFrom:(id)a0; - (void)addItems:(id)a0; - (void)clearItems; - (unsigned long long)itemsCount; - (void)writeTo:(id)a0; - (id)description; - (id)dictionaryRepresentation; - (id)itemsAtIndex:(unsigned long long)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end