blob: 937737c223cf423c989c0eb76b41b12bb0f6df0b [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 {
interface EchoService {
Echo(string to_echo) => (string echoed);
};
}