@class NSString, CRListItemMarker; @interface CRListItemOutputRegion : CRCompositeOutputRegion { CRListItemMarker *_marker; } @property (readonly) struct _NSRange { unsigned long long x0; unsigned long long x1; } markerRange; @property (readonly) long long markerType; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)listItemForParagraph:(id)a0; + (id)listItemMarkerForText:(id)a0 requiresAdjacentText:(BOOL)a1; + (BOOL)textStartsWithListItem:(id)a0; - (void).cxx_destruct; - (unsigned long long)type; - (id)layoutComponents; - (BOOL)canBeSucceededByListItem:(id)a0; - (BOOL)contributesToDocumentHierarchy; - (id)listItemByAppendingParagraph:(id)a0; - (id)regionsSuitableForDataDetectorOutput; @end