TarsCloud_TarsCpp/unit-test/server/Push.tars
2022-05-05 18:59:40 +08:00

10 lines
98 B
Plaintext
Executable File

module Test
{
interface Push
{
int testPush(out string msg);
};
};