blob: c8af68fbc40463c6f797bdc024dacfc8b58caff2 [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 {
int32 empty;
};