using System; using System.Collections.Generic; using System.Text; namespace Avalonia.Animation { public interface IGlobalClock : IClock { } }