blob: a65093c37d582770eb78e1a97133c87ec7413539 [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;
};