class EL_TEXT_I

(source code)

description

Text i

note
	description: "Text i"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2024-07-18 12:15:36 GMT (Thursday 18th July 2024)"
	revision: "8"

deferred class
	EL_TEXT_I

inherit
	EV_TEXT_I
		redefine
			interface
		end

	EL_UNDOABLE_TEXT_COMPONENT_I
		redefine
			interface
		end

feature {EV_ANY, EV_ANY_I} -- Implementation

	interface: EL_TEXT

end