mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 08:28:08 +02:00
10 lines
85 B
ObjectPascal
10 lines
85 B
ObjectPascal
unit uw2706b;
|
|
{$mode delphi}
|
|
interface
|
|
type
|
|
TX = class
|
|
end;
|
|
|
|
implementation
|
|
end.
|