blob: 09ea023aaf27693bcfa323456f8944a439532e8f [file] [log] [blame]
// Copyright 2018 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.ui.views;
/// DO NOT USE - Retained for ABI stability in fuchsia.ui.scenic.Command
///
/// DO NOT USE
type Command = strict union {
1: empty int32;
};