Sign in
fuchsia
/
garnet
/
sandbox/jschein/temp
/
.
/
examples
/
fidl
/
hello_fidl
/
telephone.fidl
blob: 741f3bb3d1a87a07687905341abc09743a974489 [
file
] [
log
] [
blame
]
// Copyright 2016 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module
examples
;
interface
Telephone
{
Say@0
(
string
request
)
=>
(
string
response
);
};