test.h 100 B

1234567
  1. #pragma once
  2. class TTestPyInvoker {
  3. public:
  4. TTestPyInvoker();
  5. const char* GetVersion();
  6. };