You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

uISnowWorker.pas 181 B

2 years ago
12345678910111213
  1. unit uISnowWorker;
  2. interface
  3. type
  4. ISnowWorker = interface
  5. ['{AB5DCE35-5745-417F-9217-9094CA651A8C}']
  6. function NextId(): Int64;
  7. end;
  8. implementation
  9. end.