blob: 4dda2bc794ba6c6510a8450a3c6f451176d845a2 [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
union Command {
1: int32 empty;
};