@class CPList; @interface CPParagraphListItem : NSObject { struct __CFArray { } *paragraphs; } @property (retain, nonatomic) CPList *list; @property (nonatomic) int number; - (id)init; - (void)dealloc; - (void)dispose; - (void)finalize; - (void)addParagraph:(id)a0; - (id)paragraphAtIndex:(unsigned int)a0; - (unsigned int)paragraphCount; @end