@interface WFPosterContentItem : WFContentItem + (id)typeDescription; + (BOOL)canLowercaseTypeDescription; + (id)contentCategories; + (id)countDescription; + (id)outputTypes; + (id)ownedTypes; + (id)pluralTypeDescription; - (id)poster; - (void)generateObjectRepresentation:(id /* block */)a0 options:(id)a1 forClass:(Class)a2; - (BOOL)getListThumbnail:(id /* block */)a0 forSize:(struct CGSize { double x0; double x1; })a1; @end