summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/webtbs/uw4352b.pp
blob: 191a245709721e776eb6392e5cb678052f35f309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{$mode delphi}
unit uw4352b;

interface

uses uw4352a, SysUtils;

type

  TIdSysNativeVCL = class(TIdSysVCL)
  public
  end;

implementation
end.