SyntaxSupport.content - multiple declarations

Function SyntaxSupport.content

returns editable content

abstract EditableContent content() @property;

Function SyntaxSupport.content

set editable content

abstract SyntaxSupport content(
  EditableContent content
) @property;