// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

#pragma once

#ifdef USE_WINUI3
#include <winrt/Microsoft.UI.Composition.h>
#else
#include <winrt/Windows.UI.Composition.h>
#endif //  USE_WINUI3
