1package ohos.hdi.hello.v1_0;
2
3interface IHelloInterface {
4    Helloworld([in] String sendMsg, [out] String recvMsg);
5}