blob: 64b216aa4af796e8c1674aacf4bccae3ddfa4951 [file] [log] [blame]
// Copyright 2022 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.
// [START fidl]
library fuchsia.gizmo.protocol;
@discoverable
protocol TestingProtocol {
Get();
};
// [END fidl]