blob: 561c25eb39d3cb6c58e2f4d9948f8278dfdf01fe [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.
module mojo.examples;
interface EchoService {
EchoString(string? value) => (string? value);
};