chromium/mojo/public/cpp/bindings/tests/interface_unittest.test-mojom

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

module mojo.test.interface_unittest.mojom;

[Uuid="51e24935-100f-474e-90f1-55354bf92a00"]
interface VeryCoolInterface {
  DoesNotMatter();
};