14 lines
181 B
ObjectPascal
14 lines
181 B
ObjectPascal
unit uISnowWorker;
|
|
|
|
interface
|
|
|
|
type
|
|
ISnowWorker = interface
|
|
['{AB5DCE35-5745-417F-9217-9094CA651A8C}']
|
|
function NextId(): Int64;
|
|
end;
|
|
|
|
implementation
|
|
|
|
end.
|