blob: 50a5c1f87a17175159554e28200218cc7e7a7583 [file] [log] [blame]
// Copyright 2019 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.
library fuchsia.modular.test.harness;
[Discoverable]
protocol Pinger {
Ping();
};