blob: 9baef906ec5ad8377bd8bf56a619d1c6a644824c [file] [log] [blame]
// Copyright 2019 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.
#ifndef SRC_UI_BIN_ACTIVITY_COMMON_H_
#define SRC_UI_BIN_ACTIVITY_COMMON_H_
#include <inttypes.h>
namespace activity {
using ObserverId = uint32_t;
using OngoingActivityId = uint32_t;
} // namespace activity
#endif // SRC_UI_BIN_ACTIVITY_COMMON_H_