EditableContent.useSpacesForTabs - multiple declarations

Function EditableContent.useSpacesForTabs

when true, spaces will be inserted instead of tabs

bool useSpacesForTabs() @property;

Function EditableContent.useSpacesForTabs

set new Tab key behavior flag: when true, spaces will be inserted instead of tabs

EditableContent useSpacesForTabs(
  bool useSpacesForTabs
) @property;