2018-11-21 23:18:46 +03:00
|
|
|
// Licensed to the .NET Foundation under one or more agreements.
|
|
|
|
// The .NET Foundation licenses this file to you under the MIT license.
|
|
|
|
// See the LICENSE file in the project root for more information.
|
|
|
|
|
2022-05-25 20:18:30 +03:00
|
|
|
namespace CommunityToolkit.WinUI.Lottie.WinCompData
|
2018-11-21 23:18:46 +03:00
|
|
|
{
|
2019-09-18 01:40:06 +03:00
|
|
|
[MetaData.UapVersion(2)]
|
2018-11-28 04:44:27 +03:00
|
|
|
#if PUBLIC_WinCompData
|
2018-11-21 23:18:46 +03:00
|
|
|
public
|
|
|
|
#endif
|
|
|
|
abstract class CompositionEasingFunction : CompositionObject
|
|
|
|
{
|
2018-12-08 02:47:13 +03:00
|
|
|
private protected CompositionEasingFunction()
|
2018-11-21 23:18:46 +03:00
|
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|