blob: 460a7975fe249295863fa2422a201485a59c6901 [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
@available(deprecated=10, note="obsolete")
type Command = strict union {
1: empty int32;
};