using Remotely.Shared.Models; using System; namespace Remotely.Desktop.Core.Interfaces { public interface ICursorIconWatcher { event EventHandler OnChange; CursorInfo GetCurrentCursor(); } }