blob: cd341d2d372020876b7086f7bc2c18292b96c36c [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
[JavaPackage="org.chromium.mojom.echo"]
module mojo;
interface Echo {
EchoString(string? value) => (string? value);
};