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.
|
- unit uISnowWorker;
-
- interface
-
- type
- ISnowWorker = interface
- ['{AB5DCE35-5745-417F-9217-9094CA651A8C}']
- function NextId(): Int64;
- end;
-
- implementation
-
- end.
|