mirror of
https://github.com/reactos/CMake.git
synced 2025-04-04 16:21:40 +00:00
11 lines
91 B
C++
11 lines
91 B
C++
#pragma once
|
|
|
|
namespace CLIApp {
|
|
public
|
|
ref class MyCli
|
|
{
|
|
public:
|
|
void testMyCli();
|
|
};
|
|
}
|