interface TextContainer {
    getText(): string;
    setText(text): void;
}

Implemented by

Methods