blob: 7dee0ffe7d9677f04650727d5442d47fe33ac2fe [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
library fuchsia.examples.hello;
[Discoverable]
protocol Hello {
Say(string request) -> (string response);
};