Sign in
fuchsia
/
zircon
/
sandbox/hollande/nxp
/
.
/
system
/
host
/
fidl
/
examples
/
example-7.fidl2
blob: 185870655e49a36130b934629dfb5eed3b683010 [
file
] [
log
] [
blame
]
library examples_7
;
using
pkg
;
// Β‘π·πΈπ·
interface
Hello
{
1
:
Say
(
string
req
)
->
(
string
response
);
};