TalkMainViewScope.pas 386 B

123456789101112131415161718192021222324252627
  1. unit TalkMainViewScope;
  2. interface
  3. uses
  4. Classes, SysUtils, ceflib;
  5. //type
  6. // TTalkMainViewScope = class(TInterfaceObject)
  7. // private
  8. // FScope: ICefv8Value;
  9. // FCefv8Context: ICefv8Context;
  10. // public
  11. // function GetCurrent: TTalkMainViewScope
  12. // end;
  13. //
  14. // TTalkMainViewProcessor = class(TInterfaceObject)
  15. // private
  16. //
  17. // public
  18. //
  19. // end;
  20. implementation
  21. end.