Advertisement
WISNUWIDIARTA

Interface Tokyo Flash

Aug 1st, 2012
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.22 KB | None | 0 0
  1. unit unitInterfaceTokyoFlash;
  2.  
  3. interface
  4.  
  5.   type ITokyoFlash = interface['{E1E0876F-99DB-47C8-B980-B59BDA4F902C}']
  6.     procedure SetHour;
  7.     procedure Refresh;
  8.     procedure Initialize;
  9.   end;
  10.  
  11. implementation
  12.  
  13. end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement