{ ***************************************************************************** See the file COPYING.modifiedLGPL.txt, included in this distribution, for details about the license. ***************************************************************************** Author: Maciej Izak DaThoX 2004-2015 FreeSparta.com } unit sparta_FakeNonControl; {$mode objfpc}{$H+} interface uses Classes, SysUtils, sparta_FakeCustom; type TFakeNonControl = class(TFakeCustomNonControl) end; implementation end.