@class NSMutableArray; @interface NTPBFeedItemBatch : PBCodable @property (retain, nonatomic) NSMutableArray *feedItems; + (Class)feedItemsType; - (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; - (void)addFeedItems:(id)a0; - (void)clearFeedItems; - (id)feedItemsAtIndex:(unsigned long long)a0; - (unsigned long long)feedItemsCount; @end